blob: 87a8fc1a12ae8b5a37d3ffe5dd31adafee427dea [file] [log] [blame]
mariagpuyol58748352016-03-09 15:36:28 -08001<?xml version="1.0" encoding="utf-8"?><!-- Copyright (C) 2016 The Android Open Source Project
2
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6
7 http://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14-->
15<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
16 <com.android.emergency.preferences.EmergencyEditTextPreference
17 android:enabled="false"
mariagpuyolf233c542016-03-17 10:52:12 -070018 android:focusable="true"
mariagpuyol58748352016-03-09 15:36:28 -080019 android:icon="@drawable/ic_address_black_24dp"
20 android:key="address"
21 android:selectable="false"
22 android:shouldDisableView="false"
mariagpuyola4ef3ba2016-03-24 19:10:20 -070023 android:summary="@string/unknown_address"
mariagpuyol58748352016-03-09 15:36:28 -080024 android:title="@string/address" />
25
mariagpuyol09f34da2016-03-31 12:26:59 -070026 <com.android.emergency.preferences.EmergencyListPreference
27 xmlns:app="http://schemas.android.com/apk/res/com.android.emergency"
mariagpuyol58748352016-03-09 15:36:28 -080028 android:enabled="false"
mariagpuyolf233c542016-03-17 10:52:12 -070029 android:focusable="true"
mariagpuyol58748352016-03-09 15:36:28 -080030 android:icon="@drawable/ic_bloodtype_black_24dp"
31 android:entries="@array/blood_type_entries"
32 android:entryValues="@array/blood_type_values"
33 android:key="blood_type"
34 android:selectable="false"
35 android:shouldDisableView="false"
mariagpuyola4ef3ba2016-03-24 19:10:20 -070036 android:summary="@string/unknown_organ_donor"
mariagpuyol09f34da2016-03-31 12:26:59 -070037 android:title="@string/blood_type"
mariagpuyol19ea9832016-03-31 17:48:32 -070038 app:entryContentDescriptions="@array/blood_type_content_description" />
mariagpuyol58748352016-03-09 15:36:28 -080039
40 <com.android.emergency.preferences.EmergencyEditTextPreference
41 android:enabled="false"
mariagpuyolf233c542016-03-17 10:52:12 -070042 android:focusable="true"
mariagpuyol58748352016-03-09 15:36:28 -080043 android:icon="@drawable/ic_allergies_black_24dp"
44 android:key="allergies"
45 android:selectable="false"
46 android:shouldDisableView="false"
mariagpuyola4ef3ba2016-03-24 19:10:20 -070047 android:summary="@string/unknown_allergies"
mariagpuyol58748352016-03-09 15:36:28 -080048 android:title="@string/allergies" />
49
50 <com.android.emergency.preferences.EmergencyEditTextPreference
51 android:enabled="false"
mariagpuyolf233c542016-03-17 10:52:12 -070052 android:focusable="true"
mariagpuyol58748352016-03-09 15:36:28 -080053 android:icon="@drawable/ic_medication_24dp"
54 android:key="medications"
55 android:selectable="false"
56 android:shouldDisableView="false"
mariagpuyola4ef3ba2016-03-24 19:10:20 -070057 android:summary="@string/unknown_medications"
mariagpuyol58748352016-03-09 15:36:28 -080058 android:title="@string/medications" />
59
60 <com.android.emergency.preferences.EmergencyListPreference
mariagpuyol58748352016-03-09 15:36:28 -080061 android:enabled="false"
mariagpuyolf233c542016-03-17 10:52:12 -070062 android:focusable="true"
mariagpuyol58748352016-03-09 15:36:28 -080063 android:icon="@drawable/ic_heart_black_24dp"
64 android:entries="@array/organ_donor_entries"
65 android:entryValues="@array/organ_donor_values"
66 android:key="organ_donor"
67 android:selectable="false"
68 android:shouldDisableView="false"
mariagpuyola4ef3ba2016-03-24 19:10:20 -070069 android:summary="@string/unknown_organ_donor"
mariagpuyol58748352016-03-09 15:36:28 -080070 android:title="@string/organ_donor" />
71
72 <com.android.emergency.preferences.EmergencyEditTextPreference
73 android:enabled="false"
mariagpuyolf233c542016-03-17 10:52:12 -070074 android:focusable="true"
mariagpuyol58748352016-03-09 15:36:28 -080075 android:icon="@drawable/ic_notes_black_24dp"
76 android:key="medical_conditions"
77 android:selectable="false"
78 android:shouldDisableView="false"
mariagpuyola4ef3ba2016-03-24 19:10:20 -070079 android:summary="@string/unknown_medical_conditions"
mariagpuyol58748352016-03-09 15:36:28 -080080 android:title="@string/medical_conditions" />
81</PreferenceScreen>