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

posted on 2012-06-04 10:15  Tristan2012  阅读(165)  评论(0编辑  收藏  举报