summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp
diff options
context:
space:
mode:
authorMark Wei <markwei@google.com>2013-04-01 13:38:27 -0700
committerMark Wei <markwei@google.com>2013-04-03 18:06:28 -0700
commitd198fa7ddb2d0c730847af34f06aa2e940b2537d (patch)
treed3b9554f2ff303518fbd935b238f4e474d551bca /res/values-sw720dp
parentab46d580bf12c2f05f77883830fa5e37bd3a267a (diff)
downloadandroid_packages_apps_UnifiedEmail-d198fa7ddb2d0c730847af34f06aa2e940b2537d.tar.gz
android_packages_apps_UnifiedEmail-d198fa7ddb2d0c730847af34f06aa2e940b2537d.tar.bz2
android_packages_apps_UnifiedEmail-d198fa7ddb2d0c730847af34f06aa2e940b2537d.zip
Attachments in Conversation List: UI changes to display attachment previews
in the conversation list. Depends on: PhotoManager: https://googleplex-android-review.googlesource.com/#/c/285814/ Backend: https://googleplex-android-review.googlesource.com/#/c/289305/ Bug: 7481049 Change-Id: I284ec722bb0ed0ddb8b27804c0ee5591ef672032
Diffstat (limited to 'res/values-sw720dp')
-rw-r--r--res/values-sw720dp/constants.xml5
-rw-r--r--res/values-sw720dp/dimen.xml23
2 files changed, 23 insertions, 5 deletions
diff --git a/res/values-sw720dp/constants.xml b/res/values-sw720dp/constants.xml
index dc163e3a7..2ea59b7ea 100644
--- a/res/values-sw720dp/constants.xml
+++ b/res/values-sw720dp/constants.xml
@@ -31,11 +31,6 @@
<!-- Whether to show single or 2 pane search results -->
<bool name="show_two_pane_search_results">false</bool>
- <dimen name="undo_bar_width_list">600dp</dimen>
- <dimen name="undo_bar_width_conv">800dp</dimen>
- <dimen name="undo_bar_width_conv_list">800dp</dimen>
- <dimen name="undo_bar_width_search_list">800dp</dimen>
-
<!-- Whether or not to use a nice transition when showing the folder list fragment; used in 2-pane layouts -->
<integer name="use_folder_list_fragment_transition">0</integer>
</resources> \ No newline at end of file
diff --git a/res/values-sw720dp/dimen.xml b/res/values-sw720dp/dimen.xml
new file mode 100644
index 000000000..4516dc43c
--- /dev/null
+++ b/res/values-sw720dp/dimen.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2012 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>
+ <dimen name="undo_bar_width_list">600dp</dimen>
+ <dimen name="undo_bar_width_conv">800dp</dimen>
+ <dimen name="undo_bar_width_conv_list">800dp</dimen>
+ <dimen name="undo_bar_width_search_list">800dp</dimen>
+</resources> \ No newline at end of file