summaryrefslogtreecommitdiffstats
path: root/res/xml/edit_emergency_info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/edit_emergency_info.xml')
-rw-r--r--res/xml/edit_emergency_info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/xml/edit_emergency_info.xml b/res/xml/edit_emergency_info.xml
index 26a6f87..2cb8ca7 100644
--- a/res/xml/edit_emergency_info.xml
+++ b/res/xml/edit_emergency_info.xml
@@ -46,6 +46,7 @@
<com.android.emergency.preferences.EmergencyEditTextPreference
android:capitalize="sentences"
android:hint="@string/allergies_hint"
+ android:textColorHint="@color/hint_text_color"
android:icon="@drawable/ic_allergies_black_24dp"
android:inputType="textMultiLine"
android:key="allergies"
@@ -56,6 +57,7 @@
<com.android.emergency.preferences.EmergencyEditTextPreference
android:capitalize="sentences"
android:hint="@string/medications_hint"
+ android:textColorHint="@color/hint_text_color"
android:icon="@drawable/ic_medication_24dp"
android:inputType="textMultiLine"
android:key="medications"
@@ -77,6 +79,7 @@
<com.android.emergency.preferences.EmergencyEditTextPreference
android:capitalize="sentences"
android:hint="@string/medical_conditions_hint"
+ android:textColorHint="@color/hint_text_color"
android:icon="@drawable/ic_notes_black_24dp"
android:inputType="textMultiLine"
android:key="medical_conditions"