Fix typos

This commit is contained in:
jacques 2024-06-12 19:54:07 +02:00
parent 8c9baa6b8f
commit 495ce3be66
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
android:layout_weight="1" android:layout_weight="1"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/export_prescriptions" android:text="@string/export_prescriptions"
android:backgroundTint="@color/selected_backgroundf" android:backgroundTint="@color/selected_background"
android:textColor="@color/white" android:textColor="@color/white"
/> />
@ -25,7 +25,7 @@
android:layout_weight="1" android:layout_weight="1"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/import_prescriptions" android:text="@string/import_prescriptions"
android:backgroundTint="@color/unselected_backgroud" android:backgroundTint="@color/unselected_background"
android:textColor="@color/white" android:textColor="@color/white"
/> />

View file

@ -18,6 +18,6 @@
<color name="led">#31f623</color> <color name="led">#31f623</color>
<color name="grey">#777</color> <color name="grey">#777</color>
<color name="unselected_backgroud">#777777</color> <color name="unselected_background">#777777</color>
<color name="selected_backgroundf">#4f91ff</color> <color name="selected_background">#4f91ff</color>
</resources> </resources>