I am using ToolBar in my project first time, so i do not know how to customized the toolbar in android. I need to centered title in to the tool bar and how to do that please
I think this will work.
name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"
change your base theme in values/styles.xml
Than add your Toolbar manually like this
But this is not good idea this not works well.