summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-11-05 13:24:17 -0800
committerJin Cao <jinyan@google.com>2014-11-05 21:30:09 +0000
commitd525772ac3de152c946c2b7486ff759b8a45f9f2 (patch)
tree7fbbb751f9184cd85ca1a37d9f78132412d113c3 /res
parentbae3fba541f49eac5a397a9cef309391d9a37fe5 (diff)
downloadchips-d525772ac3de152c946c2b7486ff759b8a45f9f2.tar.gz
Change alternates dropdown to use minHeight
Change to use minHeight and wrap_content to take large texts into account. b/18218875 Change-Id: Ib0e0350207e1aebc405f1d72f26a017bb9c4627e
Diffstat (limited to 'res')
-rw-r--r--res/layout/chips_recipient_dropdown_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/chips_recipient_dropdown_item.xml b/res/layout/chips_recipient_dropdown_item.xml
index ffb019b..cb5864e 100644
--- a/res/layout/chips_recipient_dropdown_item.xml
+++ b/res/layout/chips_recipient_dropdown_item.xml
@@ -16,8 +16,9 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="@dimen/chip_dropdown_height"
+ android:layout_height="wrap_content"
android:background="@drawable/chips_dropdown_background"
+ android:minHeight="@dimen/chip_dropdown_height"
android:padding="12dp">
<com.android.ex.chips.CircularImageView style="@style/ChipStartIconStyle" />