Ahmet
Ahmet

Reputation: 314

How to customize actionbar navigate home button

enter image description here

enter image description here

  <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

Answers (1)

Sudheesh Mohan
Sudheesh Mohan

Reputation: 2779

Hi check this ActionBar Style Generator in Github ActionBar Style Generator . Hope it will help you. :)

Upvotes: 2

Related Questions