childViewのディバイダーを設定しています。しかし、展開していると、childRows ディバイダーの色が子行と親行で変化します。なぜそうなのですか?
私のexpandableListViewのxml:
<?xml version="1.0" encoding="utf-8"?>
<ExpandableListView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:childDivider="@color/dark_orange"
android:indicatorLeft="?android:attr/expandableListPreferredItemIndicatorLeft"
android:indicatorRight="?android:attr/expandableListPreferredItemIndicatorRight"
android:groupIndicator="@drawable/group_indicator">
</ExpandableListView>