summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2014-06-16 18:17:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-12 17:09:07 +0000
commit5ddd40d6469f496b7226a05db3b2fcdab0c72815 (patch)
treeef0d36e2c99037ca7dcd3c19fd720871fc814e0d /res
parent0dfb68513a0c886e5ef47b08e8444666081f0f88 (diff)
parentb3ffbbc2730c9cd0f8f0d4bedb3539762a27348d (diff)
downloadandroid_packages_apps_UnifiedEmail-5ddd40d6469f496b7226a05db3b2fcdab0c72815.tar.gz
android_packages_apps_UnifiedEmail-5ddd40d6469f496b7226a05db3b2fcdab0c72815.tar.bz2
android_packages_apps_UnifiedEmail-5ddd40d6469f496b7226a05db3b2fcdab0c72815.zip
Merge "Move all general prefs values to UnifiedEmail" into ub-mail-master
Diffstat (limited to 'res')
-rw-r--r--res/values-sw320dp/defaults.xml22
-rw-r--r--res/values/defaults.xml22
2 files changed, 44 insertions, 0 deletions
diff --git a/res/values-sw320dp/defaults.xml b/res/values-sw320dp/defaults.xml
new file mode 100644
index 000000000..4a05008e5
--- /dev/null
+++ b/res/values-sw320dp/defaults.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 Google Inc.
+ Licensed to 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.
+-->
+<resources>
+ <!-- Default visibility mode of conversation view snap header, matches values in UIProvider -->
+ <!-- Display always -->
+ <integer name="prefDefault_snapHeader">0</integer>
+</resources>
diff --git a/res/values/defaults.xml b/res/values/defaults.xml
new file mode 100644
index 000000000..b2c6215c0
--- /dev/null
+++ b/res/values/defaults.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 Google Inc.
+ Licensed to 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.
+-->
+<resources>
+ <!-- Default visibility mode of conversation view snap header, matches values in UIProvider -->
+ <!-- Display in portrait only -->
+ <integer name="prefDefault_snapHeader">1</integer>
+</resources>