How to change ExpandableListView group indicator position?

前端 未结 3 1736
执念已碎
执念已碎 2021-02-04 14:28

I want to change the ExpandableListView group indicator to right with padding.

I used custom adapter to load data to ExpandableListV

3条回答
  •  执念已碎
    2021-02-04 14:54

    If you want to move indicator to right Just create a dimen in res folder. It will be like that:

    
    
        350dp
    
    

    Then in the add like that:

    
    

    You can change the dp according to device settings

提交回复
热议问题