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\"
you can also set it in your java file like this:
view.setBackgroundColor(Color.TRANSPARENT);