1
我研究了很多來源並嘗試過,但仍然無法將手柄位置從中心移動到右邊。自定義滑動抽屜拉手位置
<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>
那麼如何定製位置?
請發表意見。謝謝
在何處使用表格佈局?滑動抽屜下方? – 2012-04-23 07:15:25