

<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>
How can I customize the afibar navigation button up. In fact, I want it to change colors when I click on it. For example, Whatsapp, when I press the back button, the background color of the button turns blue. How can i do this?
Ahmet source share