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
Option 1: Don't recommend:
Set title with space before your text. For example " Your title"
space
" Your title"
Option 2: Add your custom TextView under your Toolbar and you can custom this TextView in your xml layout or your activity class
TextView
Toolbar
For example: