How to make any view background transparent?
android
Solution
Try this:
`android:background="@null"`
Problem
Attribute of `RelativeLayout android:background="@android:color/transparent"` is not working . I just want to make its background transparent?