diff options
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/chips_autocomplete_recipient_dropdown_item.xml | 2 | ||||
| -rw-r--r-- | res/layout/chips_recipient_dropdown_item.xml | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/chips_autocomplete_recipient_dropdown_item.xml b/res/layout/chips_autocomplete_recipient_dropdown_item.xml index 3f35e86..4f8427d 100644 --- a/res/layout/chips_autocomplete_recipient_dropdown_item.xml +++ b/res/layout/chips_autocomplete_recipient_dropdown_item.xml @@ -16,7 +16,7 @@ --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" - android:layout_height="match_parent" + android:layout_height="@dimen/chip_dropdown_height" android:background="@drawable/chips_dropdown_background" style="@style/ChipAutocompleteWrapperStyle"> diff --git a/res/layout/chips_recipient_dropdown_item.xml b/res/layout/chips_recipient_dropdown_item.xml index 343bf61..ec0740b 100644 --- a/res/layout/chips_recipient_dropdown_item.xml +++ b/res/layout/chips_recipient_dropdown_item.xml @@ -16,8 +16,9 @@ --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" - android:layout_height="match_parent" - android:background="@drawable/chips_dropdown_background"> + android:layout_height="@dimen/chip_dropdown_height" + android:background="@drawable/chips_dropdown_background" + android:padding="16dp"> <com.android.ex.chips.CircularImageView style="@style/ChipStartIconStyle" /> |
