現在、次のように設定されている 2 つのボタンがあります。
<Button android:id="@+id/ff2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:text="Cars"/>
<Button android:id="@+id/ff3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:text="Options"/>
- 右上隅にある 2 つのボタンを上下に揃える方法