activity_setting: fine tune layout style

This commit is contained in:
2025-09-29 03:31:49 +02:00
parent 335c1d13af
commit d204b877f5

View File

@@ -145,8 +145,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="5dp"
android:layout_marginEnd="30dp">
android:layout_marginTop="20dp">
<TextView
android:layout_width="0dp"
@@ -157,8 +156,9 @@
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/switch_no_breastfeeding"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="20dp"
android:layout_weight="1" />
</LinearLayout>
@@ -167,6 +167,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="30dp"
android:layout_marginTop="5dp"
android:text="@string/settings_no_breastfeeding_desc"/>
<LinearLayout