summaryrefslogtreecommitdiffstats
path: root/res/values-en-sw340dp
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2014-04-23 14:45:25 -0700
committerJeff Sharkey <jsharkey@android.com>2014-04-23 14:45:25 -0700
commitbc0a40647bedd5f80512dc553b8e3bdab1ccb705 (patch)
treedbab1b11f822afd53385097c3d5b38464a9fc88c /res/values-en-sw340dp
parent5aeef58131e1c330d1d9c1dfcacf2e6eea6ced4b (diff)
downloadandroid_packages_apps_Trebuchet-bc0a40647bedd5f80512dc553b8e3bdab1ccb705.tar.gz
android_packages_apps_Trebuchet-bc0a40647bedd5f80512dc553b8e3bdab1ccb705.tar.bz2
android_packages_apps_Trebuchet-bc0a40647bedd5f80512dc553b8e3bdab1ccb705.zip
Avoid wrapping cling titles on small screens.
Only allow font size bump on large-screen English devices. Bug: 13340779 Change-Id: I21e10bd21b30803386fdb62b87b0fbdf8efd6731
Diffstat (limited to 'res/values-en-sw340dp')
-rw-r--r--res/values-en-sw340dp/dimens.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values-en-sw340dp/dimens.xml b/res/values-en-sw340dp/dimens.xml
new file mode 100644
index 000000000..96d5304a7
--- /dev/null
+++ b/res/values-en-sw340dp/dimens.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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>
+<!-- Cling -->
+ <dimen name="cling_title_text_size">22sp</dimen>
+ <dimen name="cling_text_size">16sp</dimen>
+ <dimen name="cling_alt_title_text_size">30sp</dimen>
+ <dimen name="cling_alt_text_size">16sp</dimen>
+ <dimen name="cling_hint_text_size">18sp</dimen>
+</resources>