关于 android:layout_gravity="bottom" 或者 android:layout_gravity="right" 在LinearLayout失效问题
需要设置
android:baselineAligned="false"
.
但是 注意 如果linearlayout 是 horizontal 那只有bottom 和 top有效
如果是vertical 那么设置 只有 设置right 和left有效 设置bottom和top是没用的
关于 android:layout_gravity="bottom" 或者 android:layout_gravity="right" 在LinearLayout失效问题
需要设置
android:baselineAligned="false"
.
但是 注意 如果linearlayout 是 horizontal 那只有bottom 和 top有效
如果是vertical 那么设置 只有 设置right 和left有效 设置bottom和top是没用的