How to add image in expandable List in parent in android?

前端 未结 5 2156
傲寒
傲寒 2020-11-27 02:29

And is it possible to customize the child in expandable list?

5条回答
  •  迷失自我
    2020-11-27 03:30

    I just found a better way, you can simply add

    android:drawableRight="@drawable/icon" line to layout xml file of list group.

提交回复
热议问题