私は次の ExpandableListView を持っています:
<ExpandableListView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/listView"
android:groupIndicator="@android:color/transparent"
android:background="@color/app_background"
android:scrollingCache="false"
android:choiceMode="none"
android:divider="@color/gray_dark"
android:dividerHeight="2dp"
android:childDivider="@color/gray_dark"
android:cacheColorHint="@color/app_background"/>
私が抱えている問題は、展開可能なリストビューが仕切りを描画していないか、少なくとも表示されていないことです..カスタムビューをグループビューとして追加し、拡張可能なアダプターにカスタムリストアイテムも追加しています. これは問題になる可能性がありますか?
リストの子の仕切りを有効にするために何ができるか知っている人はいますか?
前もって感謝します。