Android中的布局要点
android:layout_alignParentLeft="true"
绝对布局中左对齐
android:layout_centerVertical="true"
垂直居中
android:layout_toRightOf="@+id/ivBottomIcon"
在控件的右侧
android:layout_alignParentRight="true"
在父控件的最右边
android:gravity="center_vertical"
布局中的元素垂直居中
android:layout_marginLeft="20dip"
左边空20dip
浙公网安备 33010602011771号