From 342f9fc0afa0182df0a3a398e0fe080c0d14fed8 Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 19 Feb 2025 19:00:20 +0300 Subject: [PATCH] version3.2 --- .../main/res/layout/company_info_fragment.xml | 160 ++++++++++++++++++ .../main/res/layout/employees_fragment.xml | 3 +- app/src/main/res/values/strings.xml | 1 + 3 files changed, 163 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/layout/company_info_fragment.xml diff --git a/app/src/main/res/layout/company_info_fragment.xml b/app/src/main/res/layout/company_info_fragment.xml new file mode 100644 index 0000000..d7c2ccc --- /dev/null +++ b/app/src/main/res/layout/company_info_fragment.xml @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/employees_fragment.xml b/app/src/main/res/layout/employees_fragment.xml index 4f7fdde..3fe02e7 100644 --- a/app/src/main/res/layout/employees_fragment.xml +++ b/app/src/main/res/layout/employees_fragment.xml @@ -44,7 +44,8 @@ android:layout_marginBottom="5dp"> \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d2642c4..eedaaac 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -35,4 +35,5 @@ Электронная почта Изменить фото профиля Настройка профиля + Информация о компании \ No newline at end of file