From eaef2672c25baaf370c72158d5236f40f6fea01f Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Thu, 18 Feb 2021 21:55:37 +0100 Subject: Preparing Preparing the implementation of the API datas to our recycerview in a fragment. --- app/src/main/res/layout/item_layout.xml | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'app/src/main/res/layout/item_layout.xml') diff --git a/app/src/main/res/layout/item_layout.xml b/app/src/main/res/layout/item_layout.xml index 8500bc7..eb65d60 100644 --- a/app/src/main/res/layout/item_layout.xml +++ b/app/src/main/res/layout/item_layout.xml @@ -29,17 +29,28 @@ android:src="@mipmap/ic_launcher_round" android:contentDescription="@string/rv_image" /> - + + + -- cgit v1.2.3