Я исследовал множество источников и попытался, но все еще не могу переместить положение ручки из центра вправо.Настроить положение ручки скользящего выдвижного ящика
<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>
А что делать, чтобы настроить положение?
Просьба высказать свое мнение. Спасибо
где использовать макет таблицы? ниже скользящего выдвижного ящика? –