mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Fix typos
This commit is contained in:
parent
8c9baa6b8f
commit
495ce3be66
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/export_prescriptions"
|
||||
android:backgroundTint="@color/selected_backgroundf"
|
||||
android:backgroundTint="@color/selected_background"
|
||||
android:textColor="@color/white"
|
||||
/>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/import_prescriptions"
|
||||
android:backgroundTint="@color/unselected_backgroud"
|
||||
android:backgroundTint="@color/unselected_background"
|
||||
android:textColor="@color/white"
|
||||
/>
|
||||
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
|
||||
<color name="led">#31f623</color>
|
||||
<color name="grey">#777</color>
|
||||
<color name="unselected_backgroud">#777777</color>
|
||||
<color name="selected_backgroundf">#4f91ff</color>
|
||||
<color name="unselected_background">#777777</color>
|
||||
<color name="selected_background">#4f91ff</color>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue