これは以前に尋ねられたに違いない気がしますが、見つかりません。
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').
サブ要素にマージンを使用できると思いますが、使用したくありません。