How to customize the back button on ActionBar

后端 未结 9 1230
抹茶落季
抹茶落季 2020-11-22 17:12

I have been able to customize the action bar\'s background, logo image and text color using suggestions from these:
Android: How to change the ActionBar "Home"

9条回答
  •  无人及你
    2020-11-22 17:46

    Changing back navigation icon differs for ActionBar and Toolbar.

    For ActionBar override homeAsUpIndicator attribute:

    
    

    For Toolbar override navigationIcon attribute:

    
    

提交回复
热议问题