layout居中

layout居中
android:layout_gravity="center",这个是对容器的,让容器中的View居中。
android:gravity="center",这个是对单个View,让View的内容居中。

你可能感兴趣的:(layout居中)