ExpandableListView - group indication is stretch to fit the text size

后端 未结 7 2177
自闭症患者
自闭症患者 2020-12-14 10:36

I have group indication with small icon, and i use groupIndicator to call the selector to draw it but I see android by default stretch that icon to fits the text size

7条回答
  •  Happy的楠姐
    2020-12-14 11:24

    group_indicator.9.png

    Whatever image you are using as your group indicator, make it a 9 patch (xxx.9.png) image and set its stretchable areas to around the border pixels (which probably may be transparent). It will prevent stretching of image from the middle.

提交回复
热议问题