gpt4 book ai didi

android - 检索项目 : No resource found that matches the given name '@android:style/TextAppearance.Holo.Widget.ActionBar.Title' 的父项时出错

转载 作者:IT王子 更新时间:2023-10-28 23:41:06 25 4
gpt4 key购买 nike

我正在实现 ActionBar 以在 xml 中使用此样式脚本设置文本的颜色,但是当我运行我的应用程序时出现错误有人知道我缺少什么

这是我的 style.xml 文件

<!-- Start with the Holographic Light theme -->
<style name="Theme.IOSched" parent="android:style/Theme.Holo.Light">
<item name="android:windowBackground">@drawable/window_background</item>
<item name="android:actionBarStyle">@style/ActionBar</item>

<!-- custom attributes
<item name="textHeaderMaxLines">@integer/text_header_max_lines</item>
<item name="trackAbstractMaxLines">@integer/track_abstract_max_lines</item>-->
</style>

<style name="Theme.IOSched.Home" parent="style/Theme.IOSched">
<item name="android:windowBackground">@drawable/window_background_home</item>
<item name="android:actionBarStyle">@style/ActionBar</item>
</style>

<style name="ActionBar" parent="android:style/Widget.Holo.Light.ActionBar">
<item name="android:background">@color/actionbar_background</item>
<item name="android:textColor">@color/accent_1</item>
<item name="android:titleTextStyle">@style/ActionBarText</item>
</style>

<style name="ActionBarText" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"> <!-- getting here error-->
<item name="android:textColor">@color/accent_1</item>
<item name="android:textStyle">bold</item>
</style>

error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Holo.Widget.ActionBar.Title'.

最佳答案

TextAppearance.Holo.Widget.ActionBar.Title 似乎已添加到 API 级别 13。确保您的构建目标设置为 13,而不仅仅是 11。

关于android - 检索项目 : No resource found that matches the given name '@android:style/TextAppearance.Holo.Widget.ActionBar.Title' 的父项时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8590521/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com