と がありExpandableListView
ますButton
。リスト内のいくつかのアイテムを開くと、リストが展開されているため、ボタンにアクセスできません。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
>
<ExpandableListView
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:id="@+id/expEnt"
/>
<Button
android:layout_height="wrap_content"
android:layout_width="100dp"
android:text="Plot"
android:layout_below="@id/expEnt"
android:layout_alignParentRight="true"/>
</RelativeLayout>
それを修正する方法はありますか?