私は多くの情報源を調査して試しましたが、それでもハンドルの位置を中央から右に移動できません。
<SlidingDrawer
content >
<ImageButton <-- this is handle
android:id="@+id/handle" <-- i want to customize position
android:layout_width="50px"
android:layout_height="60px"
android:background="@drawable/icon_other" />
<LinearLayout
android:id="@+id/content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/background_others"
android:orientation="vertical" >
//content
</LinearLayout>
</SlidingDrawer>
では、位置をカスタマイズするにはどうすればよいでしょうか。
ご意見をお聞かせください。ありがとう