summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp
diff options
context:
space:
mode:
authormindyp <mindyp@google.com>2013-01-15 09:19:55 -0800
committermindyp <mindyp@google.com>2013-01-15 09:36:18 -0800
commit167bddc283a66f210e0484eeca609f4e7f35dac4 (patch)
treefd9fb966470283753de6ebb80099cca4bc5f131d /res/values-sw720dp
parent6422b8d051c93b4f34580c551254fc50c9efa4db (diff)
downloadandroid_packages_apps_UnifiedEmail-167bddc283a66f210e0484eeca609f4e7f35dac4.tar.gz
android_packages_apps_UnifiedEmail-167bddc283a66f210e0484eeca609f4e7f35dac4.tar.bz2
android_packages_apps_UnifiedEmail-167bddc283a66f210e0484eeca609f4e7f35dac4.zip
Fixup the width of the subject when folders are present.
Measure at runtime based on whether folders are showing, the font size, the font weight, and the the max width of folders being drawn inline. This does not affect wide mode. Change-Id: Ia0293fd5036ba93f5bfc03e1693b5f4acbf33103
Diffstat (limited to 'res/values-sw720dp')
-rw-r--r--res/values-sw720dp/arrays.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/res/values-sw720dp/arrays.xml b/res/values-sw720dp/arrays.xml
deleted file mode 100644
index e49f866dd..000000000
--- a/res/values-sw720dp/arrays.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?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>
- <integer-array name="subject_with_folders_lengths">
- <item>0</item>
- <item>-1</item>
- <item>120</item>
- <item>120</item>
- </integer-array>
- <integer-array name="subject_lengths">
- <item>0</item>
- <item>-1</item>
- <item>180</item>
- <item>180</item>
- </integer-array>
-</resources> \ No newline at end of file