I want to change the default home up button Icon of Action Bar in API Level 22
I am using AppCompatV7 for API Level 22 and I am extending ActionBar Activity.
Currently it looks like
and want to change it as
What we have done:
In my default theme style I wrote following code
<item name="android:actionModeCloseDrawable">@drawable/up_button</item>
but it does not seems to work.