android studio toolbar 除掉左边距
问题描述,我在一个toolbar 里面放了一个RelativeLayout ,发现 RelativeLayout 的match_parent 始终无法占满它的横屏,左边始终有距离,这样很丑。解决方法:在toolbar 属性栏里面添加四个属性android:contentInsetStart="0dp"android:contentInsetLeft="0dp"app:c