Note that there are some explanatory texts on larger screens.

plurals
  1. POError retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Holo.Widget.ActionBar.Title'
    primarykey
    data
    text
    <p>I am implementing ActionBar to set the color for text using this style script in xml but getting error when I run my application time does anybody have idea what I have missing</p> <p>this is my style.xml file</p> <pre><code>&lt;!-- Start with the Holographic Light theme --&gt; &lt;style name="Theme.IOSched" parent="android:style/Theme.Holo.Light"&gt; &lt;item name="android:windowBackground"&gt;@drawable/window_background&lt;/item&gt; &lt;item name="android:actionBarStyle"&gt;@style/ActionBar&lt;/item&gt; &lt;!-- custom attributes &lt;item name="textHeaderMaxLines"&gt;@integer/text_header_max_lines&lt;/item&gt; &lt;item name="trackAbstractMaxLines"&gt;@integer/track_abstract_max_lines&lt;/item&gt;--&gt; &lt;/style&gt; &lt;style name="Theme.IOSched.Home" parent="style/Theme.IOSched"&gt; &lt;item name="android:windowBackground"&gt;@drawable/window_background_home&lt;/item&gt; &lt;item name="android:actionBarStyle"&gt;@style/ActionBar&lt;/item&gt; &lt;/style&gt; &lt;style name="ActionBar" parent="android:style/Widget.Holo.Light.ActionBar"&gt; &lt;item name="android:background"&gt;@color/actionbar_background&lt;/item&gt; &lt;item name="android:textColor"&gt;@color/accent_1&lt;/item&gt; &lt;item name="android:titleTextStyle"&gt;@style/ActionBarText&lt;/item&gt; &lt;/style&gt; &lt;style name="ActionBarText" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"&gt; &lt;!-- getting here error--&gt; &lt;item name="android:textColor"&gt;@color/accent_1&lt;/item&gt; &lt;item name="android:textStyle"&gt;bold&lt;/item&gt; &lt;/style&gt; error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Holo.Widget.ActionBar.Title'. </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload