ウィンドウを2つの半分に分割すると、右端の矢印が展開可能リストビューに表示されません。Expandable ListView
2番目の画像は完全な要件を示しています。しかし、私はそのようにしたくありません。私は2つの半分に分割したい。
しかしこれを行うと、「矢印」は表示されません。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/rLayout">
<View
android:layout_width="1dip"
android:layout_height="fill_parent"
android:id="@+id/divider"/>
<ExpandableListView
android:id="@+id/android:list"
android:layout_width="150dip"
android:layout_alignParentRight="true"
android:layout_height="fill_parent"
android:groupIndicator="@drawable/grp_indicator"
android:dividerHeight="1dp">
</ExpandableListView>
</RelativeLayout>
ええ、私は細かい作業itzz第二の画像に意味、私は最初の画像 –
しかし、YMに....待つ... –
で矢印を得ていない私の方法 –