space between toolbar icon and toolbar title

后端 未结 4 1583
青春惊慌失措
青春惊慌失措 2021-02-07 09:39

I want to put spaces between toolbar icon and toolbar title and also I want to change the color of statusbar in my app as same as the color of to

4条回答
  •  天涯浪人
    2021-02-07 09:46

    Use Toolbar default title margin left 16dp And we can change it with app:contentInsetStart="100dp"

    Or if you had a navigation icon,the title marigin left 56+16=72dp defalt, So you can change it with app:contentInsetStartWithNavigation="56dp"

提交回复
热议问题