From 8757336267c10753a7453b37bebb4ed2718446fe Mon Sep 17 00:00:00 2001 From: georgetsiga Date: Fri, 11 Jan 2019 10:57:28 +0200 Subject: [PATCH 1/2] Updated layout_height Replaced android:layout_height="match_parent" with android:layout_height="wrap_content" for the Recycleview to display all items in the list. --- app/src/main/res/layout/string_list_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/string_list_item.xml b/app/src/main/res/layout/string_list_item.xml index 575962d..a817904 100644 --- a/app/src/main/res/layout/string_list_item.xml +++ b/app/src/main/res/layout/string_list_item.xml @@ -2,7 +2,7 @@ @@ -13,4 +13,4 @@ android:padding="16dp" android:textSize="20sp" /> - \ No newline at end of file + From b4b62c83d95dc06782864e05cd99476e17c8ba88 Mon Sep 17 00:00:00 2001 From: georgetsiga Date: Fri, 11 Jan 2019 10:59:34 +0200 Subject: [PATCH 2/2] Updated layout_height Replaced android:layout_height="match_parent" with android:layout_height="wrap_content" for the Recycleview to display all items in the list. --- app/src/main/res/layout/example_list_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/example_list_item.xml b/app/src/main/res/layout/example_list_item.xml index 0949376..9544130 100644 --- a/app/src/main/res/layout/example_list_item.xml +++ b/app/src/main/res/layout/example_list_item.xml @@ -2,7 +2,7 @@ - \ No newline at end of file +