Merge "Fixing regression in drop target bar height. (Bug 11980757)" into jb-ub-now-jolly-elf

This commit is contained in:
Winson Chung
2013-12-05 00:33:30 +00:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -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>