Android コントロールのレイアウトに関する注意事項

右下の表示

android:layout_gravity 属性を設定する 

android:layout_gravity="right|bottom"

指定した位置を左に水平方向に中央揃えでオフセット [基準座標を中心とし、右側から一定距離、つまり左オフセットを実現]

android:layout_gravity="center_horizontal|bottom"
android:layout_marginRight="80dp"

おすすめ

転載: blog.csdn.net/auccy/article/details/129970089