I have applied the following code in values-v11
folder
styles.xml
<style name="actionBarTheme" parent="android:Theme.Holo.Light">
<item name="android:actionOverflowButtonStyle">@style/MyActionButtonOverflow</item>
</style>
<style name="MyActionButtonOverflow" parent="@android:style/Widget.Holo.Light.ActionButton.Overflow">
<item name="android:src">@drawable/action_item_btn</item>
</style>
But it not changing the overflow icon, all the other items in this theme is working fine but not this one, am i missing anything ?
But you have the styles in
values-v11
Also note
to
It should be in
values-v14
Forget how the ui look's this is for testing. But you see the launcher icon as the overflow menu icon.
Edit:
This is my test sample
Colors.xml
Snap
i think you should do the following :