Android — Hiding Views
问题 Okay, so I've done some looking around and I see how you are SUPPOSED to do it, but for me, it is just not working. I need to be able to set the alpha of a RelativeLayout both in XML and in code. For my XML, I have the following <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/player_controls" android:layout_height="match_parent" android:layout_width="match_parent" android:alpha="0.0"> <RelativeLayout android