我觉得这一定是以前问过的,但我找不到。
我想要一个LinearLayout
这样的东西,一切都对齐到右边和底部。
我试过了:
android:gravity="right | bottom"
android:gravity="right + bottom"
android:gravity="right & bottom"
android:gravity="right, bottom"
android:gravity="right bottom"
所有这些产生
Error: String types not allowed (at 'gravity' with value 'right, bottom').
我想我可以在子元素上使用边距,但我宁愿不这样做。