【发布时间】:2012-07-14 08:56:51
【问题描述】:
我不想更改 TabHost,我只想在选中时获得选项卡按钮的第一个渐变颜色(例如三星 TouchWiz 中的浅蓝色)
怎么做?
【问题讨论】:
标签: android colors android-tabhost gradient
我不想更改 TabHost,我只想在选中时获得选项卡按钮的第一个渐变颜色(例如三星 TouchWiz 中的浅蓝色)
怎么做?
【问题讨论】:
标签: android colors android-tabhost gradient
好吧,我想我可以用它来获得背景可绘制...
tabWidget.getBackground();
...但不是颜色本身,因为背景是图像。
【讨论】: