透明なImageButtonを作成したいので、これらのボタンをSurfaceViewに配置します。しかし、コードをXMLに入れると、Eclipseはエラーを返します。解決方法がわかりません。助けていただければ幸いです。
<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>