diff options
| author | Jin Cao <jinyan@google.com> | 2014-11-05 21:34:40 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-05 21:34:40 +0000 |
| commit | cdcc50a8fa496cc73d3fe311d1dce7b87e43b696 (patch) | |
| tree | 321d80550d6ffbe9fbc0efcfbe0781d26cb8a1b0 | |
| parent | 20131d020aac5d62fdad90eae685a8142f7d5fe6 (diff) | |
| parent | d525772ac3de152c946c2b7486ff759b8a45f9f2 (diff) | |
| download | android_frameworks_opt_chips-cdcc50a8fa496cc73d3fe311d1dce7b87e43b696.tar.gz android_frameworks_opt_chips-cdcc50a8fa496cc73d3fe311d1dce7b87e43b696.tar.bz2 android_frameworks_opt_chips-cdcc50a8fa496cc73d3fe311d1dce7b87e43b696.zip | |
am d525772a: Change alternates dropdown to use minHeight
* commit 'd525772ac3de152c946c2b7486ff759b8a45f9f2':
Change alternates dropdown to use minHeight
| -rw-r--r-- | res/layout/chips_recipient_dropdown_item.xml | 3 |
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" /> |
