From c79b35b089bb8018acc2db569056bdbfe1bd9986 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 20 Dec 2019 10:01:06 +0100 Subject: [PATCH] Autocomplete item layout --- vector/src/main/res/layout/item_autocomplete_command.xml | 9 ++++++--- .../main/res/layout/item_autocomplete_matrix_item.xml | 7 ++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/vector/src/main/res/layout/item_autocomplete_command.xml b/vector/src/main/res/layout/item_autocomplete_command.xml index 4fe815fbed..ce2cd6c731 100644 --- a/vector/src/main/res/layout/item_autocomplete_command.xml +++ b/vector/src/main/res/layout/item_autocomplete_command.xml @@ -1,11 +1,14 @@ - + android:foreground="?attr/selectableItemBackground" + android:paddingStart="8dp" + android:paddingTop="6dp" + android:paddingEnd="8dp" + android:paddingBottom="6dp"> @@ -18,8 +19,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:layout_marginStart="12dp" - android:layout_marginLeft="12dp" + android:layout_marginStart="8dp" + android:layout_marginLeft="8dp" android:orientation="vertical">