Image icon in expandable list view in android

前端 未结 4 772
谎友^
谎友^ 2021-02-06 10:37

I want to add an image icon in expandable list view .I have seen the tutorial they have added only in child elements .Is there any other way to add image icon in parent Any hel

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-06 11:20

    You can also define your own groupIndicator in XML:

    First define your own drawable (I called it list_view_group_indicator.xml and placed it in the drawable directory)

    
        
        
    
    

    Then use it as a drawable for your expandableListview

    
    

提交回复
热议问题