I want to change the icon of the first image with that of the second image. How can I do it?
android:id="@+id/expandableListView"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:indicatorLeft="?android:drawableLeft"
android:divider="@android:color/darker_gray"
android:dividerHeight="0.5dp" />