Android ActionBar custom layout styling

后端 未结 3 752
灰色年华
灰色年华 2020-12-14 20:05

I\'m just starting android development coming from IOS and again stubbled onto a problem. And after 1 day of trying i decided that i will ask the people of stack overflow.

3条回答
  •  我在风中等你
    2020-12-14 20:32

    you're not getting your result because:

    enter image description here

    u need to:

    1. if you use AppCompat theme

    enter image description here

    1. add to your activity layout

    enter image description here

    1. in code eg. in onCreate() set a toolbar to replace the action bar.

    enter image description here

提交回复
热议问题