summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp
diff options
context:
space:
mode:
authormindyp <mindyp@google.com>2013-01-02 11:49:38 -0800
committermindyp <mindyp@google.com>2013-01-03 08:39:02 -0800
commitf2caf91209e4e2d4182d6b379a3cd79eed81af71 (patch)
treed755b06f63ebf2c08d6ba8b686426b037209223c /res/values-sw720dp
parent006a84fe8ec32c1269c03856d7e4a471309c89a8 (diff)
downloadandroid_packages_apps_UnifiedEmail-f2caf91209e4e2d4182d6b379a3cd79eed81af71.tar.gz
android_packages_apps_UnifiedEmail-f2caf91209e4e2d4182d6b379a3cd79eed81af71.tar.bz2
android_packages_apps_UnifiedEmail-f2caf91209e4e2d4182d6b379a3cd79eed81af71.zip
Set font sizes, colors, and types for subject/senders/ snippet. Set max length for subject.
Also, a fix for: b/7937635 Senders text displayed as "e": need to figure out why the single sender was being marked as elided at all so leaving the issue open Considering an option in which I divide the subject into 2 textviews and ellipsize based on length... Part of matching redlines. Change-Id: I109001fb1d52c032d489bf7d3a0a6e925a9d7f1a
Diffstat (limited to 'res/values-sw720dp')
-rw-r--r--res/values-sw720dp/arrays.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/res/values-sw720dp/arrays.xml b/res/values-sw720dp/arrays.xml
new file mode 100644
index 000000000..da0c3bf92
--- /dev/null
+++ b/res/values-sw720dp/arrays.xml
@@ -0,0 +1,29 @@
+<?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>130</item>
+ </integer-array>
+ <integer-array name="subject_lengths">
+ <item>0</item>
+ <item>-1</item>
+ <item>180</item>
+ </integer-array>
+</resources> \ No newline at end of file