Note that there are some explanatory texts on larger screens.

plurals
  1. POChanging the action bar overflow icon to the dark version
    primarykey
    data
    text
    <p>In my application I am using my own theme based on the Theme.Holo.Light However I have customised the actionBarStyle, setting the background drawable to a blue gradient to fit with my app's style.</p> <p>However, with the Halo light theme, the action bar text is dark, &amp; the default icons, such as the <strong>Up Nav arrow</strong> and the <strong>menu icon</strong> are dark, these don't go on my blue gradient.</p> <p>As you can see from my XML below, I have managed to correct the title text colour but I can't find the attribute I need to override for the icons.</p> <p><strong>How can I change tell the theme to effectively use the icons on the ActionBar from Theme.Halo instead of those Theme.Halo.Light but making the rest of my application remain using Theme.Halo.Light</strong></p> <p><em>Here's my current XML</em></p> <pre><code>&lt;style name="MyLightTheme" parent="android:Theme.Holo.Light"&gt; &lt;item name="android:actionBarStyle"&gt;@style/MyActionBar&lt;/item&gt; &lt;/style&gt; &lt;style name="MyActionBar" parent="android:style/Widget.Holo.ActionBar"&gt; &lt;item name="android:background"&gt;@drawable/blue_gradient_light&lt;/item&gt; &lt;item name="android:titleTextStyle"&gt;@style/Theme.ActionBar.TitleTextStyle&lt;/item&gt; &lt;/style&gt; &lt;style name="Theme.ActionBar.TitleTextStyle" parent="android:style/TextAppearance.Holo.Widget.ActionBar.Title"&gt; &lt;item name="android:textColor"&gt;@color/solid_white&lt;/item&gt; &lt;/style&gt; </code></pre> <p>Thanks for your help</p>
    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.
    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