From c3c88798a920a2686128097b55022ad0c4abe3d0 Mon Sep 17 00:00:00 2001 From: senijan Date: Tue, 18 Feb 2025 19:59:01 +0300 Subject: [PATCH] Resycler_main --- app/src/main/res/layout/fragment_main.xml | 5 +++++ app/src/main/res/layout/item_visit.xml | 26 +++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 app/src/main/res/layout/item_visit.xml diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml index 06248f2..b475600 100644 --- a/app/src/main/res/layout/fragment_main.xml +++ b/app/src/main/res/layout/fragment_main.xml @@ -123,6 +123,11 @@ android:fontFamily="@font/montserrat_bold" android:text="@string/refresh_btn" android:textColor="@color/white" /> + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_visit.xml b/app/src/main/res/layout/item_visit.xml new file mode 100644 index 0000000..4860057 --- /dev/null +++ b/app/src/main/res/layout/item_visit.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file