AllergenConfigSheet.kt now updates SettingsFragment.kt to display the count of allergens the user has set; made changes to several strings and minor UI tweaks

This commit is contained in:
denizk0461
2023-05-10 18:43:06 +02:00
parent 4bd2919510
commit 9ada2ca462
16 changed files with 158 additions and 102 deletions
@@ -236,9 +236,9 @@
android:textSize="16sp" />
<TextView
android:id="@+id/allergens_config_subtitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/allergens_config_subtitle"
android:textSize="16sp" />
</androidx.appcompat.widget.LinearLayoutCompat>