diff options
author | Gary Mai <garymai@google.com> | 2016-12-05 13:07:03 -0800 |
---|---|---|
committer | Gary Mai <garymai@google.com> | 2016-12-05 13:46:31 -0800 |
commit | 69c182afb0e6d82a341a28b4317aa703af768906 (patch) | |
tree | 1f226ee7dd89f433f78c73699e688ec911363f4e /res/xml | |
parent | 90d05e21b5c1c4ab67f2ee9f78dce5ecdc260ca7 (diff) | |
download | packages_apps_Contacts-69c182afb0e6d82a341a28b4317aa703af768906.tar.gz packages_apps_Contacts-69c182afb0e6d82a341a28b4317aa703af768906.tar.bz2 packages_apps_Contacts-69c182afb0e6d82a341a28b4317aa703af768906.zip |
Collapse common packages (1/?)
Move the majority of packages out of common. When trying to move
common.activity to activities every file switched from a rename to
separated deletes and adds. Will move tests and the rest of common
in a separate CL.
Test: Built GoogleContacts, Contacts, GoogleContactsTests,
ContactsTests.
Bug: 33252370
Change-Id: I9ffb20038dee255ef5f83002b7870265771b08c5
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preference_display_options.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/preference_display_options.xml b/res/xml/preference_display_options.xml index bf7e8712d..ca9365cf6 100644 --- a/res/xml/preference_display_options.xml +++ b/res/xml/preference_display_options.xml @@ -26,7 +26,7 @@ android:title="@string/settings_accounts"> </Preference> - <com.android.contacts.common.preference.DefaultAccountPreference + <com.android.contacts.preference.DefaultAccountPreference android:icon="@null" android:key="defaultAccount" android:title="@string/default_editor_account" @@ -37,13 +37,13 @@ android:key="customContactsFilter" android:title="@string/menu_contacts_filter"/> - <com.android.contacts.common.preference.SortOrderPreference + <com.android.contacts.preference.SortOrderPreference android:icon="@null" android:key="sortOrder" android:title="@string/display_options_sort_list_by" android:dialogTitle="@string/display_options_sort_list_by" /> - <com.android.contacts.common.preference.DisplayOrderPreference + <com.android.contacts.preference.DisplayOrderPreference android:icon="@null" android:key="displayOrder" android:title="@string/display_options_view_names_as" |