summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-12-04 16:15:59 -0800
committerWinson Chung <winsonc@google.com>2013-12-04 16:18:55 -0800
commitc39c3c4763db748731d7c070165a2bda55ca532b (patch)
tree62ba587d26573e651682ef445d047722acef66d3 /res/values-land
parentb0ee08109ec89959d9bbd526c6e5f7ab96c8c3ea (diff)
downloadandroid_packages_apps_Trebuchet-c39c3c4763db748731d7c070165a2bda55ca532b.tar.gz
android_packages_apps_Trebuchet-c39c3c4763db748731d7c070165a2bda55ca532b.tar.bz2
android_packages_apps_Trebuchet-c39c3c4763db748731d7c070165a2bda55ca532b.zip
Fixing regression in drop target bar height. (Bug 11980757)
Change-Id: I67ccc575b5c15a47ab7f41ceebfc86d9a212ddf3
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml
index ccb5fcb06..d18a57b95 100644
--- a/res/values-land/styles.xml
+++ b/res/values-land/styles.xml
@@ -27,7 +27,7 @@
</style>
<style name="DropTargetButtonContainer">
<item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">0dp</item>
+ <item name="android:layout_height">wrap_content</item>
</style>
<style name="DropTargetButton">
<item name="android:layout_width">wrap_content</item>