开发者

ANDROID : Changing the color of ExpandableListView's group indicator

开发者 https://www.devze.com 2023-03-22 04:12 出处:网络
The problem : I\'ve changed my app\'s background color to white, and now I cannot see the ExpandableListView\'s group indicator anymore.

The problem : I've changed my app's background color to white, and now I cannot see the ExpandableListView's group indicator anymore.

ExpandableListView has methods to change text color, background color, and divider color, but nothing I can see for the group indicator color.

I do not want to provide custom drawables, I just want to change the color of the drawables that are provided by Android, programmatically.

I feel there must 开发者_如何转开发be some simple way to do this.


You will have to use custom drawables here. You can't change the android drawables provided by Android.

0

精彩评论

暂无评论...
验证码 换一张
取 消