1 android:gravity用于指定文字在控件中的对齐方式
android:layout_gravity是指控件在布局中的对齐方式
2 百分比布局:PercentFrameLayout,PercentRelativeLayout,使用的时候需要添加依赖库:compile’com.android.support:percent:版本号’
1 android:gravity用于指定文字在控件中的对齐方式
android:layout_gravity是指控件在布局中的对齐方式
2 百分比布局:PercentFrameLayout,PercentRelativeLayout,使用的时候需要添加依赖库:compile’com.android.support:percent:版本号’