summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp
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-sw720dp
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-sw720dp')
-rw-r--r--res/values-sw720dp/styles.xml20
1 files changed, 8 insertions, 12 deletions
diff --git a/res/values-sw720dp/styles.xml b/res/values-sw720dp/styles.xml
index 4ec04d9b7..cbc1e29b3 100644
--- a/res/values-sw720dp/styles.xml
+++ b/res/values-sw720dp/styles.xml
@@ -18,26 +18,22 @@
-->
<resources>
-<!-- Workspace -->
- <style name="SearchButton">
- </style>
+
+ <!-- Workspace -->
+ <style name="SearchButton"></style>
+
<style name="DropTargetButtonContainer">
<item name="android:layout_width">0dp</item>
<item name="android:layout_height">match_parent</item>
</style>
- <style name="DropTargetButton">
- <item name="android:layout_width">wrap_content</item>
- <item name="android:layout_height">match_parent</item>
- <item name="android:layout_gravity">center</item>
- <item name="android:gravity">center_vertical</item>
- <item name="android:drawablePadding">7.5dp</item>
+
+ <style name="DropTargetButton" parent="DropTargetButton.Base">
<item name="android:paddingLeft">60dp</item>
<item name="android:paddingRight">60dp</item>
- <item name="android:textColor">#FFFFFFFF</item>
- <item name="android:textSize">16sp</item>
<item name="android:shadowColor">#393939</item>
<item name="android:shadowDx">0.0</item>
<item name="android:shadowDy">0.0</item>
<item name="android:shadowRadius">2.0</item>
</style>
-</resources>
+
+</resources> \ No newline at end of file