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
toolbar
statusbar
to
Use Toolbar default title margin left 16dp And we can change it with app:contentInsetStart="100dp"
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"
app:contentInsetStartWithNavigation="56dp"