summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorWenyi Wang <wenyiw@google.com>2015-12-30 16:54:51 -0800
committerWenyi Wang <wenyiw@google.com>2016-01-25 13:38:20 -0800
commit86f2a86b99ccd4430dcaa7fcf88e8190cb64eb05 (patch)
treed468aca7abb1d17f97cfcdc2f6953cfc0f6b1f00 /res/xml
parent52d6b4c3bd25725bab904432f400c644e18f4769 (diff)
downloadContacts-86f2a86b99ccd4430dcaa7fcf88e8190cb64eb05.tar.gz
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
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preference_headers.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/res/xml/preference_headers.xml b/res/xml/preference_headers.xml
deleted file mode 100644
index 98019fdc5..000000000
--- a/res/xml/preference_headers.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<preference-headers
- xmlns:android="http://schemas.android.com/apk/res/android">
-
- <header
- android:fragment="com.android.contacts.common.preference.DisplayOptionsPreferenceFragment"
- android:title="@string/preference_displayOptions" />
-
-</preference-headers>