summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp
diff options
context:
space:
mode:
authorChristine Chen <christinech@google.com>2013-05-20 12:25:03 -0700
committerChristine Chen <christinech@google.com>2013-05-20 12:25:03 -0700
commit8d658f6f557eb11316158878a9daee3a0679c4d9 (patch)
treed378cd10dd79c9f328457aa39ad17e60d151cf16 /res/values-sw720dp
parente1348a4ac616ddeef69840f6eb9dbee117af8460 (diff)
downloadandroid_packages_apps_ContactsCommon-8d658f6f557eb11316158878a9daee3a0679c4d9.tar.gz
android_packages_apps_ContactsCommon-8d658f6f557eb11316158878a9daee3a0679c4d9.tar.bz2
android_packages_apps_ContactsCommon-8d658f6f557eb11316158878a9daee3a0679c4d9.zip
Changed layout files to proper size.
Changed sw580dp to sw600dp. Changed sw680dp to sw720dp. Older dp sizes were made to leave margins. This is no longer necessary. Bug: 8711262 Change-Id: I654969c626b7a6ddc20aed071ca0c4c22a6aa8c8
Diffstat (limited to 'res/values-sw720dp')
-rw-r--r--res/values-sw720dp/integers.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values-sw720dp/integers.xml b/res/values-sw720dp/integers.xml
new file mode 100644
index 00000000..930adb33
--- /dev/null
+++ b/res/values-sw720dp/integers.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2012 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 name="contact_tile_column_count_in_favorites">2</integer>
+
+ <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
+ <integer name="snippet_length_before_tokenize">20</integer>
+</resources>