From 68297ae2fdd78dc8ca1c19a3007d7ea873774cce Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 23 Aug 2018 14:53:15 +0200 Subject: [PATCH] Improve friends list UI --- app/src/main/res/layout/friend_accepted_item.xml | 4 ++-- app/src/main/res/layout/friend_pending_item.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/friend_accepted_item.xml b/app/src/main/res/layout/friend_accepted_item.xml index 49e2788..02c54af 100644 --- a/app/src/main/res/layout/friend_accepted_item.xml +++ b/app/src/main/res/layout/friend_accepted_item.xml @@ -4,10 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingBottom="8dp" + android:paddingBottom="2dp" android:paddingEnd="8dp" android:paddingStart="8dp" - android:paddingTop="8dp" + android:paddingTop="2dp" android:clickable="true" android:focusable="true" android:background="?selectableItemBackground"> diff --git a/app/src/main/res/layout/friend_pending_item.xml b/app/src/main/res/layout/friend_pending_item.xml index ceefdd7..4f8dce9 100644 --- a/app/src/main/res/layout/friend_pending_item.xml +++ b/app/src/main/res/layout/friend_pending_item.xml @@ -4,10 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingBottom="8dp" + android:paddingBottom="2dp" android:paddingEnd="8dp" android:paddingStart="8dp" - android:paddingTop="8dp" + android:paddingTop="2dp" android:clickable="true" android:focusable="true" android:background="?selectableItemBackground">