From af6f195af0bb200d1bb06ad11dac476e8dff0073 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Mon, 14 Jul 2014 19:13:16 -0700 Subject: Make ContactPreferences use SharedPreferences instead of System settings (5/5) * Move constants that originally lived in the framework into ContactsCommon * Use SharedPreferences instead of System settings to persist preferences * Use a SharedPreferenceListener to monitor changes instead of a content observer on system settings * Move DisplayOrderPreference and SortOrderPreference into ContactsCommon so that it can be used by Dialer * Create base DialerSettingsActivity in Dialer, and make GoogleDialerSettingsActivity extend it Bug: 16153186 Change-Id: I27befcc3b038038830f72092b55a6fc8a6f85674 --- res/values/styles.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'res/values/styles.xml') diff --git a/res/values/styles.xml b/res/values/styles.xml index 0140db8e1..a7c1ec138 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -150,4 +150,13 @@ @dimen/dismiss_button_padding_start @dimen/dismiss_button_padding_end + + + -- cgit v1.2.3