Note that there are some explanatory texts on larger screens.

plurals
  1. POandroid sherlockactionbar overflow text color
    primarykey
    data
    text
    <p>I'm using SherlockActionBar and I'm currently customizing it. So far it's good until I've reached the point to configure the overflow in the action bar. I want to set the text color to white but no matter what I try I can't change the color. How can you do that?</p> <pre><code>&lt;style name="Theme.Styled" parent="@style/Theme.Sherlock.Light"&gt; &lt;item name="actionBarStyle"&gt;@style/CustomActionBarStyle&lt;/item&gt; &lt;item name="android:actionBarStyle"&gt;@style/CustomActionBarStyle&lt;/item&gt; &lt;item name="popupMenuStyle"&gt;@style/PopupMenu&lt;/item&gt; &lt;item name="android:popupMenuStyle"&gt;@style/PopupMenu&lt;/item&gt; &lt;/style&gt; &lt;style name="CustomActionBarStyle" parent="@style/Widget.Sherlock.ActionBar"&gt; &lt;item name="android:background"&gt;@drawable/action_bar&lt;/item&gt; &lt;item name="background"&gt;@drawable/action_bar&lt;/item&gt; &lt;item name="android:titleTextStyle"&gt;@style/CustomActionBarTitleTextColor&lt;/item&gt; &lt;item name="titleTextStyle"&gt;@style/CustomActionBarTitleTextColor&lt;/item&gt; &lt;item name="actionBarSplitStyle"&gt;@style/CustomActionBarSplitStyle&lt;/item&gt; &lt;item name="backgroundSplit"&gt;@drawable/action_bar&lt;/item&gt; &lt;item name="android:backgroundSplit"&gt;@drawable/action_bar&lt;/item&gt; &lt;item name="actionBarSplitStyle"&gt;@style/CustomActionBarSplitStyle&lt;/item&gt; &lt;item name="android:actionBarSplitStyle"&gt;@style/CustomActionBarSplitStyle&lt;/item&gt; &lt;item name="actionBarDivider"&gt;@color/separadorMenu&lt;/item&gt; &lt;item name="android:actionBarDivider"&gt;@color/separadorMenu&lt;/item&gt; &lt;item name="android:titleTextStyle"&gt;@style/CustomActionBarTitleTextColor&lt;/item&gt; &lt;/style&gt; &lt;style name="PopupMenu" parent="style/Widget.Sherlock.ListPopupWindow"&gt; &lt;item name="android:popupBackground"&gt;@drawable/action_bar_dropdown&lt;/item&gt; &lt;item name="android:divider"&gt;@color/separadorMenu&lt;/item&gt; &lt;item name="android:dividerHeight"&gt;1dp&lt;/item&gt; &lt;/style&gt; </code></pre> <p>Any hints on how can I set this overflow text white?</p>
    singulars
    1. This table or related slice is empty.
    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