am d525772a: Change alternates dropdown to use minHeight

* commit 'd525772ac3de152c946c2b7486ff759b8a45f9f2':
  Change alternates dropdown to use minHeight
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" />