summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2012-12-07 15:43:33 -0800
committerYorke Lee <yorkelee@google.com>2012-12-07 15:43:33 -0800
commit07e4662df0e340278c47f975c2ff190f740dccd1 (patch)
tree7d4e2ece4abf10dab708544a89a314bd164c3ab5 /res/xml
parent1d830bc9594e03ad626cdc89731f16d56fe3aea8 (diff)
downloadpackages_apps_Contacts-07e4662df0e340278c47f975c2ff190f740dccd1.tar.gz
packages_apps_Contacts-07e4662df0e340278c47f975c2ff190f740dccd1.tar.bz2
packages_apps_Contacts-07e4662df0e340278c47f975c2ff190f740dccd1.zip
Remove redundant Display Options preference category
Bug: 5828787 Change-Id: I7de386eed132edfed912be0d334d3dec863e3308
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preference_display_options.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/res/xml/preference_display_options.xml b/res/xml/preference_display_options.xml
index a65010d12..4ec31b219 100644
--- a/res/xml/preference_display_options.xml
+++ b/res/xml/preference_display_options.xml
@@ -15,16 +15,13 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <PreferenceCategory
- android:title="@string/preference_displayOptions">
- <com.android.contacts.preference.SortOrderPreference
- android:key="sortOrder"
- android:title="@string/display_options_sort_list_by"
- android:dialogTitle="@string/display_options_sort_list_by" />
+ <com.android.contacts.preference.SortOrderPreference
+ android:key="sortOrder"
+ android:title="@string/display_options_sort_list_by"
+ android:dialogTitle="@string/display_options_sort_list_by" />
- <com.android.contacts.preference.DisplayOrderPreference
- android:key="displayOrder"
- android:title="@string/display_options_view_names_as"
- android:dialogTitle="@string/display_options_view_names_as" />
- </PreferenceCategory>
+ <com.android.contacts.preference.DisplayOrderPreference
+ android:key="displayOrder"
+ android:title="@string/display_options_view_names_as"
+ android:dialogTitle="@string/display_options_view_names_as" />
</PreferenceScreen>