add no-breastfeeding help text

This commit is contained in:
2025-09-27 01:33:40 +02:00
parent 01f24694b5
commit 0a9821aef7
3 changed files with 10 additions and 5 deletions

View File

@@ -131,7 +131,7 @@
android:layout_weight="1"
android:layout_height="wrap_content"
android:textStyle="bold"
android:text="@string/no_breastfeeding" />
android:text="@string/settings_no_breastfeeding" />
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/switch_no_breastfeeding"
@@ -141,6 +141,12 @@
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="30dp"
android:text="@string/settings_no_breastfeeding_desc"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"