From 162022806156d70456bdc5edf93f559ca99a6583 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 20 Feb 2025 10:56:57 +0300 Subject: [PATCH] version3.2(with all layouts in frame) --- app/src/main/res/layout/company_info_fragment.xml | 14 ++++++++++---- app/src/main/res/layout/employees_fragment.xml | 10 ++++++++-- app/src/main/res/layout/fragment_profile.xml | 10 ++++++++-- .../main/res/layout/fragment_redact_profile.xml | 10 ++++++++-- 4 files changed, 34 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/layout/company_info_fragment.xml b/app/src/main/res/layout/company_info_fragment.xml index 8e88fef..64254ae 100644 --- a/app/src/main/res/layout/company_info_fragment.xml +++ b/app/src/main/res/layout/company_info_fragment.xml @@ -1,11 +1,15 @@ - + + @@ -221,5 +226,6 @@ android:text="@string/address" /> + - \ No newline at end of file + \ 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 3fe02e7..e048af9 100644 --- a/app/src/main/res/layout/employees_fragment.xml +++ b/app/src/main/res/layout/employees_fragment.xml @@ -1,9 +1,13 @@ - + + - \ No newline at end of file + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index b3164fe..7e532a9 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -1,11 +1,15 @@ - + + - \ No newline at end of file + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_redact_profile.xml b/app/src/main/res/layout/fragment_redact_profile.xml index a83812f..2c84647 100644 --- a/app/src/main/res/layout/fragment_redact_profile.xml +++ b/app/src/main/res/layout/fragment_redact_profile.xml @@ -1,11 +1,15 @@ - + + - \ No newline at end of file + + + \ No newline at end of file