From 7288d5ae154f895d71727acc92828aa555e8108b Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Tue, 16 Feb 2021 11:37:58 +0100 Subject: Starting to work on recycler view feature --- app/src/main/res/layout/item_layout.xml | 63 +++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 app/src/main/res/layout/item_layout.xml (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 new file mode 100644 index 0000000..e03e874 --- /dev/null +++ b/app/src/main/res/layout/item_layout.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3