android中去除ToolBar控件的navigationIcon和title之间的距离

添加一下代码即可去除:

app:contentInsetLeft="0dp"
app:contentInsetStart="0dp"
app:contentInsetStartWithNavigation="0dp"

猜你喜欢

转载自blog.csdn.net/qq_34602140/article/details/81982007