跟mars学android[2014-04-08]
以下几组属性都是指定一个元素的ID
android:layout_below 在指定的元素下面
android:layout_above 在指定的元素的上面
android:layout_toRightOf 在指定的元素的右面
android:layout_toLeftOf 在指定的元素的左面
android:layout_alignLeft 与指定的元素左对齐
android:layout_alignRight 与指定的元素右对齐
android:layout_alignTop 与指定的元素顶对齐
android:layout_alignBottom 与指定的元素底对齐
本文链接:http://bigerhead.com/2014/04/76.html 转载请注明出处。