Reputation: 314
<style name="MyActionBar.ActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar">
<item name="android:background">@drawable/button_style</item>
<item name="android:titleTextStyle">@style/MyTheme.ActionBar.TitleTextStyle</item>
</style>
The upper one is default , when i clicked it's background color seem like it. But i want it's background seems like as second.
Upvotes: 0
Views: 57
Reputation: 2779
Hi check this ActionBar Style Generator in Github ActionBar Style Generator . Hope it will help you. :)
Upvotes: 2