diff options
| -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" /> |
