Attribute of RelativeLayout android:background=\"@android:color/transparent\" is not working . I just want to make its background transparent?
RelativeLayout android:background=\"@android:color/transparent\"
for your layout set
android:background="#00000000"
00 - Green 00 - Blue 00 - Opacity/Alpha....to specify transparency
for eg. :- #FF000050 will give you red color with 50% transparency