If anyone is needing to do the same thing, here is my working solution.
Note that I am targeting API 14 and above.
<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar" >
<item name="android:actionMenuTextAppearance">
@style/myActionBarMenuText</item>
</style>
<!-- Override actionbar menu text appearance -->
<style name="myActionBarMenuText" parent=
"android:TextAppearance.Holo.Widget.ActionBar.Menu">
<item name="android:textAllCaps">false</item>
<!-- was 12sp, which is too small for me in mixed case -->
<item name="android:textSize">16sp</item>
</style>
I hope this will be useful for someone ...
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.