From 7feb5a020f44f45c16e889a1fd834a489bd4e284 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 30 Aug 2018 16:54:53 +0200 Subject: [PATCH] Made more button more accessible --- .../main/res/layout/friend_accepted_item.xml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/layout/friend_accepted_item.xml b/app/src/main/res/layout/friend_accepted_item.xml index 02c54af..cd351b3 100644 --- a/app/src/main/res/layout/friend_accepted_item.xml +++ b/app/src/main/res/layout/friend_accepted_item.xml @@ -4,13 +4,13 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="?selectableItemBackground" + android:clickable="true" + android:focusable="true" android:paddingBottom="2dp" android:paddingEnd="8dp" android:paddingStart="8dp" - android:paddingTop="2dp" - android:clickable="true" - android:focusable="true" - android:background="?selectableItemBackground"> + android:paddingTop="2dp"> + app:srcCompat="@drawable/ic_more" />