最佳答案
<ImageButton android:id="@+id/previous"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/media_skip_backward"
android:background="@drawable/transparent"></ImageButton>
这就是我试图得到一个透明的 ImageButton,以便将这些按钮放在 SurfaceView 上。但是,一旦我在 xml 中包含透明行,Eclipse 就会在项目中给我一个错误。
请帮帮我。