我正在使用PagerTabStrip
aViewPager
在我的应用程序的不同视图之间切换,并且效果很好。我使用drawables作为PageTitles
这个方法:
https://stackoverflow.com/a/12837635/7459644
这也很好用,但是我确实想在drawables
选择它们时更改它们的颜色,有没有办法做到这一点?I use a onPageListener
, so I do have a callback when a certain page is selected, I simply don't know how to change the color of the given Page-title drawable when that page is selected. 对于文本,有一个内置方法,但我在官方文档中找不到任何有关可绘制对象的信息。