summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-03-07 18:56:42 -0800
committerMindy Pereira <mindyp@google.com>2012-03-07 19:01:40 -0800
commitfb1784980b19d1d2de1f12b43f0f81fc0c645aaf (patch)
tree2b0036a43c3708fcc50b4ce6496da333034c3fab /res/values-sw720dp
parent9b62380891e7bc2b46406adac089625e2830a47c (diff)
downloadandroid_packages_apps_UnifiedEmail-fb1784980b19d1d2de1f12b43f0f81fc0c645aaf.tar.gz
android_packages_apps_UnifiedEmail-fb1784980b19d1d2de1f12b43f0f81fc0c645aaf.tar.bz2
android_packages_apps_UnifiedEmail-fb1784980b19d1d2de1f12b43f0f81fc0c645aaf.zip
Fix width of account recent label spinner on tablet.
Needed to bring in correct overrides. Also temporarily fix crash while fully implementing tablet search. Change-Id: I7b919966c3ec9eaa76ca1f9ac4eca7b19aea46b0
Diffstat (limited to 'res/values-sw720dp')
-rw-r--r--res/values-sw720dp/constants.xml1
-rw-r--r--res/values-sw720dp/dimen.xml22
2 files changed, 23 insertions, 0 deletions
diff --git a/res/values-sw720dp/constants.xml b/res/values-sw720dp/constants.xml
index f82bc728a..756f38ed0 100644
--- a/res/values-sw720dp/constants.xml
+++ b/res/values-sw720dp/constants.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2011 Google Inc.
Licensed to The Android Open Source Project.
diff --git a/res/values-sw720dp/dimen.xml b/res/values-sw720dp/dimen.xml
new file mode 100644
index 000000000..51a7acc05
--- /dev/null
+++ b/res/values-sw720dp/dimen.xml
@@ -0,0 +1,22 @@
+<?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="compose_scrollview_width">700dip</dimen>
+ <dimen name="compose_area_left_padding">100dip</dimen>
+ <dimen name="spinner_frame_width">260dip</dimen>
+</resources> \ No newline at end of file