<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就在项目中给我报错。
请大家帮帮我