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>
位置をカスタマイズするにはどうすればよいですか?
ご意見ください。ありがとう
はテーブルレイアウトを使用するには、別の....内のレイアウトを入れ子にできるはずですか?スライド引き出しの下に? –