commit | 86f2a86b99ccd4430dcaa7fcf88e8190cb64eb05 | [log] [tgz] |
---|---|---|
author | Wenyi Wang <wenyiw@google.com> | Wed Dec 30 16:54:51 2015 -0800 |
committer | Wenyi Wang <wenyiw@google.com> | Mon Jan 25 13:38:20 2016 -0800 |
tree | d468aca7abb1d17f97cfcdc2f6953cfc0f6b1f00 | |
parent | 52d6b4c3bd25725bab904432f400c644e18f4769 [diff] [blame] |
Redesign settings on tablets 1. Move ContactsPreferenceActivity to ContactsCommon since it is called in DisplayOptionsPreferenceFragment, which is built as part of Dialer. 2. Remove preference_headers.xml since we are going to get rid of headers. 3. Kitkat backporting. Here's how it looks: https://docs.google.com/a/google.com/presentation/d/1A5n2o8epBCrizZvbOyelvjoHz-s5-IRlJd-KqWAMBao/edit?usp=sharing Bug: 25629359 Bug: 26469731 Change-Id: I2dc8dec8a6e3725c3180f0e0a56ed68fe28cca50
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 32016b2..74a8a91 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -203,7 +203,7 @@ <!-- Used to set options --> <activity - android:name=".preference.ContactsPreferenceActivity" + android:name=".common.preference.ContactsPreferenceActivity" android:label="@string/activity_title_settings" android:theme="@style/ContactsPreferencesTheme" android:exported="false"/>