summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-09-24 11:21:23 -0700
committerJames Lemieux <jplemieux@google.com>2014-09-25 13:05:57 -0700
commitfb86289bc9e8b1fb412a2fb4a28bbf08b1d065f3 (patch)
tree95022e56c535a0694c31c36e0d4925be5dc2bef1 /res/values-sw720dp
parentdbaf70dce6ca97f5b2f0b5011a94c2f772e100a3 (diff)
downloadandroid_packages_apps_UnifiedEmail-fb86289bc9e8b1fb412a2fb4a28bbf08b1d065f3.tar.gz
android_packages_apps_UnifiedEmail-fb86289bc9e8b1fb412a2fb4a28bbf08b1d065f3.tar.bz2
android_packages_apps_UnifiedEmail-fb86289bc9e8b1fb412a2fb4a28bbf08b1d065f3.zip
Honor min and max snackbar widths in 2 pane layouts
b/16395550 When the fab was changed to sit in the TL in 2 pane layout the min and max widths were never updated to match. Note: we chose different max widths of the snack bar for 7" and 10" displays. Change-Id: I8b3e31b4db2c1c721bb32b68b422cb5e36e7bd4e
Diffstat (limited to 'res/values-sw720dp')
-rw-r--r--res/values-sw720dp/dimen.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values-sw720dp/dimen.xml b/res/values-sw720dp/dimen.xml
new file mode 100644
index 000000000..3b775b317
--- /dev/null
+++ b/res/values-sw720dp/dimen.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2011 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="snack_bar_max_width">420dp</dimen>
+</resources>