Holo Light 主题的 Holo Dark TabWidget 样式

发布于 2025-01-03 15:17:23 字数 407 浏览 1 评论 0原文

我有一个继承自 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鲜血染红嫁衣 2025-01-10 15:17:23

另请尝试 "android:tabStripLeft""android:tabStripRight" 项目。

Try also the items "android:tabStripLeft" and "android:tabStripRight".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文