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\"
Just ran into the same situation. you could use this theme for your activity:
@android:style/Theme.Translucent
then set the view background color
android:background="@android:color/transparent"