标签:
在 LinearLayout布局时:
当总布局为水平布局时 即当 android:orientation="horizontal" , 此时只有垂直方向上的top,bottom属性是起作用,而水平方向的该属性是不起作用;
类似的,当总布局为水平布局时 即当 android:orientation="vertical" 此时只有水平方向上的top,bottom属性是起作用,而垂直方向的该属性是不起作用。
Android布局中 android:layout_gravity="bottom"为何不起作用?
标签:
原文地址:http://www.cnblogs.com/changjl/p/4207101.html