Android: How to/Tutorial for changing ActionBar to ActionBarCompat (Toolbar)?

前端 未结 3 1330
夕颜
夕颜 2020-12-13 22:33

I\'ve been stuck on this, checked the official guidance, etc. Any tutorials/what are the steps to change from ActionBar to ActionBarCompat (for the Toolbar and support of ol

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 23:21

    Set the parent of your theme to one without an action bar. For example

    
    

    There would be no need to set windowActionBar to false anymore.

提交回复
热议问题