summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-05-16 11:23:52 -0700
committerMindy Pereira <mindyp@google.com>2012-05-16 12:11:45 -0700
commita2f7065e22fafd666f9f2a6b681441ea01b1551a (patch)
treedc1bae6215e7a30e94096f39bf56f6745f9aa977 /res/values-sw720dp
parent2efb49ed4b3d5656ef2b6edcb72f4ff0bbdc0a50 (diff)
downloadandroid_packages_apps_UnifiedEmail-a2f7065e22fafd666f9f2a6b681441ea01b1551a.tar.gz
android_packages_apps_UnifiedEmail-a2f7065e22fafd666f9f2a6b681441ea01b1551a.tar.bz2
android_packages_apps_UnifiedEmail-a2f7065e22fafd666f9f2a6b681441ea01b1551a.zip
Update pattern for port/landscape
Conv list hides in conv portrait view Fix relative widths of folder list/ conv list/ conv Change-Id: I47547c994748fdabf6ac590b7905863dc0ebefc2
Diffstat (limited to 'res/values-sw720dp')
-rw-r--r--res/values-sw720dp/constants.xml2
-rw-r--r--res/values-sw720dp/two_pane_dimen.xml21
2 files changed, 22 insertions, 1 deletions
diff --git a/res/values-sw720dp/constants.xml b/res/values-sw720dp/constants.xml
index a89bc576e..1181de17c 100644
--- a/res/values-sw720dp/constants.xml
+++ b/res/values-sw720dp/constants.xml
@@ -18,7 +18,7 @@
<resources>
<integer name="folder_list_weight">1</integer>
<integer name="conversation_list_weight">3</integer>
- <integer name="conversation_view_weight">3</integer>
+ <integer name="conversation_view_weight">6</integer>
<!-- Whether the list is collapsed in conversation view mode -->
<bool name="list_collapsed">false</bool>
diff --git a/res/values-sw720dp/two_pane_dimen.xml b/res/values-sw720dp/two_pane_dimen.xml
new file mode 100644
index 000000000..501d0f802
--- /dev/null
+++ b/res/values-sw720dp/two_pane_dimen.xml
@@ -0,0 +1,21 @@
+<?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="folder_list_pane_width">320dip</dimen>
+</resources>