我研究了许多来源并尝试过,但仍然无法将手柄的位置从中心移到右侧。
<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>
那么如何自定义位置呢?
请给意见。谢谢