From 7596e22de51d3f44cb28ca81c62f4851e4df8a88 Mon Sep 17 00:00:00 2001 From: senijan Date: Thu, 20 Feb 2025 12:41:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_admin.xml | 88 +++++----------------- app/src/main/res/layout/item_employee.xml | 66 ++++++++++++++++ app/src/main/res/layout/item_visit.xml | 2 + app/src/main/res/values-en/strings.xml | 6 +- app/src/main/res/values/strings.xml | 6 +- 5 files changed, 89 insertions(+), 79 deletions(-) create mode 100644 app/src/main/res/layout/item_employee.xml diff --git a/app/src/main/res/layout/fragment_admin.xml b/app/src/main/res/layout/fragment_admin.xml index 587f386..8efb98f 100644 --- a/app/src/main/res/layout/fragment_admin.xml +++ b/app/src/main/res/layout/fragment_admin.xml @@ -6,7 +6,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/bg_color" - tools:context=".admin"> + tools:context=".ui.admin.AdminFragment"> - + app:layout_constraintVertical_bias="1" + app:layout_constraintLeft_toRightOf="@+id/guideline_left" + app:layout_constraintRight_toLeftOf="@+id/guideline_right"> - - - - - - - - - - - - - - - - - - - - - - + android:layout_height="match_parent" + tools:listitem="@layout/item_employee" /> diff --git a/app/src/main/res/layout/item_employee.xml b/app/src/main/res/layout/item_employee.xml new file mode 100644 index 0000000..0ca1ffb --- /dev/null +++ b/app/src/main/res/layout/item_employee.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + +