Update icons for emergency info

Bug: 77982107
Test: visual
Change-Id: I3a5ffcb6e6f96302914ee19f29ebbb93df237afa
diff --git a/res/xml/edit_medical_info.xml b/res/xml/edit_medical_info.xml
index 5795e11..0087f8a 100644
--- a/res/xml/edit_medical_info.xml
+++ b/res/xml/edit_medical_info.xml
@@ -19,7 +19,7 @@
     android:key="edit_medical_info_settings">
 
     <com.android.emergency.preferences.NameAutoCompletePreference
-        android:icon="@drawable/ic_account_circle"
+        android:icon="@drawable/ic_account_circle_filled_24dp"
         android:inputType="textCapWords|textPersonName"
         android:key="name"
         android:singleLine="true"
@@ -28,7 +28,7 @@
         style="@style/NameAutoCompletePreference" />
 
     <com.android.emergency.preferences.EmergencyEditTextPreference
-        android:icon="@drawable/ic_address_black_24dp"
+        android:icon="@drawable/ic_home_24dp"
         android:inputType="textCapWords|textPostalAddress|textMultiLine"
         android:key="address"
         android:singleLine="false"
@@ -40,7 +40,7 @@
         android:defaultValue=""
         android:entries="@array/blood_type_entries"
         android:entryValues="@array/blood_type_values"
-        android:icon="@drawable/ic_bloodtype_black_24dp"
+        android:icon="@drawable/ic_bloodtype_24dp"
         android:key="blood_type"
         android:negativeButtonText="@null"
         android:positiveButtonText="@null"
@@ -73,7 +73,7 @@
     <com.android.emergency.preferences.EmergencyListPreference
         android:entries="@array/organ_donor_entries"
         android:entryValues="@array/organ_donor_values"
-        android:icon="@drawable/ic_heart_black_24dp"
+        android:icon="@drawable/ic_favorite_border_24dp"
         android:key="organ_donor"
         android:defaultValue=""
         android:negativeButtonText="@null"
@@ -85,7 +85,7 @@
         android:capitalize="sentences"
         android:hint="@string/medical_conditions_hint"
         android:textColorHint="@color/hint_text_color"
-        android:icon="@drawable/ic_notes_black_24dp"
+        android:icon="@drawable/ic_note_alt_24dp"
         android:inputType="textMultiLine"
         android:key="medical_conditions"
         android:singleLine="false"