From 79e8146758a401fe62364d192978ab00901f06e4 Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Fri, 1 Feb 2019 22:45:12 +0000 Subject: [PATCH] Improving item layout --- app/src/main/res/layout/image_list_item.xml | 100 +++++++++----------- 1 file changed, 46 insertions(+), 54 deletions(-) diff --git a/app/src/main/res/layout/image_list_item.xml b/app/src/main/res/layout/image_list_item.xml index 4aa4e30c..88bb7012 100644 --- a/app/src/main/res/layout/image_list_item.xml +++ b/app/src/main/res/layout/image_list_item.xml @@ -3,91 +3,83 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" xmlns:tools="http://schemas.android.com/tools" - android:background="?android:attr/selectableItemBackground"> + android:background="?android:attr/selectableItemBackground" + android:padding="6dp"> + android:maxLines="3" + android:minLines="1" /> - - - - - + android:layout_marginTop="12dp"> + + + + + + + + + \ No newline at end of file