Holo Light 主题的 Holo Dark TabWidget 样式
我有一个继承自 Theme.Holo.Light.DarkActionBar 的自定义主题,我正在尝试更改主题的 tabWidget 样式,使其看起来像主题是 Theme.Holo Dark。
我在我的主题中尝试过此操作,但没有结果
<style name="AppTheme" parent="android:style/Theme.Holo.Light.DarkActionBar">
<item name="android:tabWidgetStyle">@android:style/Widget.Holo.TabWidget</item>
...
</style>
我唯一能欣赏的是选项卡的蓝色栏有一个小的变化。
知道如何获得它吗?谢谢!
I've got a custom theme that inherits from Theme.Holo.Light.DarkActionBar and I'm trying to change the theme's tabWidget style so it to look like if the theme was Theme.Holo Dark.
I've tried this in my theme with no result
<style name="AppTheme" parent="android:style/Theme.Holo.Light.DarkActionBar">
<item name="android:tabWidgetStyle">@android:style/Widget.Holo.TabWidget</item>
...
</style>
The only thing I can appreciate is there is a small change in the blue bar of the tab.
Any idea how to get it? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
另请尝试
"android:tabStripLeft"
和"android:tabStripRight"
项目。Try also the items
"android:tabStripLeft"
and"android:tabStripRight"
.