You need to move your attribute titleTextStyleto your style MyActionBar. Do you understand why it should be placed there, and not where you originally had it?
<style name="MyActionBar" parent="@android:style/Widget.Holo.Light.ActionBar">
<item name="android:background">#2E495E</item>
<item name="android:titleTextStyle">@style/MyActionBar.Text</item>
</style>
Regarding changing the overflow icon, I think that when you say “three dots”, I already wrote a message about this here .
source
share