Improve friends list UI

This commit is contained in:
Pierre HUBERT 2018-08-23 14:53:15 +02:00
parent 7989c2c377
commit 68297ae2fd
2 changed files with 4 additions and 4 deletions

View File

@ -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">

View File

@ -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">