summaryrefslogtreecommitdiffstats
path: root/res/values-sw340dp/dimens.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-10-23 11:38:15 -0700
committerDanesh M <daneshm90@gmail.com>2015-09-27 18:55:56 -0700
commit6cc6efbf2352a591755d6993c381b08502b0a634 (patch)
tree9526c11c32560ef953114e2cce4562fce03856be /res/values-sw340dp/dimens.xml
parente95e8184f30a749167aa415bfabe706509159467 (diff)
downloadandroid_packages_apps_Trebuchet-6cc6efbf2352a591755d6993c381b08502b0a634.tar.gz
android_packages_apps_Trebuchet-6cc6efbf2352a591755d6993c381b08502b0a634.tar.bz2
android_packages_apps_Trebuchet-6cc6efbf2352a591755d6993c381b08502b0a634.zip
Some resource fixes for drop target
> Making it singleline with ellipsis everywhere > Decreasing the text size on smaller devices > Decreasing char limit for various labels Bug: 17563793 Bug: 17938450 Change-Id: I8ad1a156de0601d07419b2cc6418389bc2e24a4e
Diffstat (limited to 'res/values-sw340dp/dimens.xml')
-rw-r--r--res/values-sw340dp/dimens.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/values-sw340dp/dimens.xml b/res/values-sw340dp/dimens.xml
index 69d6e58a3..c9f2981f7 100644
--- a/res/values-sw340dp/dimens.xml
+++ b/res/values-sw340dp/dimens.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 The Android Open Source Project
+<!--
+ Copyright (C) 2011 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.
@@ -15,6 +16,9 @@
-->
<resources>
+
<!-- Drag padding to add to the bottom of drop targets -->
<dimen name="drop_target_drag_padding">20dp</dimen>
-</resources>
+ <dimen name="drop_target_text_size">16sp</dimen>
+
+</resources> \ No newline at end of file