实现三等分的效果其实就是把width设置为0,然后三个控件的android:layout_weight设置为一样的就可以了。
居中android:gravity="center"这个是控件内部居中android:layout_gravity
2020-03-08