From 64bf9567304ea6d7eb5b9b4395cafb4490633173 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 20 Feb 2025 11:41:36 +0300 Subject: [PATCH] version3.4(added new bottom icon) --- .../main/res/drawable/ic_create_employee.png | Bin 0 -> 505 bytes .../ic_create_employee/Add Administrator.png | Bin 0 -> 505 bytes .../main/res/layout/company_info_fragment.xml | 31 ++++++++++-------- .../res/layout/fragment_redact_profile.xml | 4 +-- app/src/main/res/layout/item_user_list.xml | 12 ++++--- app/src/main/res/menu/bottom_nav_menu.xml | 7 ++++ app/src/main/res/values/strings.xml | 1 + app/src/main/res/values/styles.xml | 8 +++++ 8 files changed, 42 insertions(+), 21 deletions(-) create mode 100644 app/src/main/res/drawable/ic_create_employee.png create mode 100644 app/src/main/res/ic_create_employee/Add Administrator.png create mode 100644 app/src/main/res/values/styles.xml diff --git a/app/src/main/res/drawable/ic_create_employee.png b/app/src/main/res/drawable/ic_create_employee.png new file mode 100644 index 0000000000000000000000000000000000000000..add9958b78d9d334448a5b6902798dd3e2bef704 GIT binary patch literal 505 zcmVm&zQ@IfAME63YA78LZ_gm@&q10t)P*30VP_EhtP;15tJen8=anPB(vGZuJ5ex zX3k7zlAU#uU*^u4JKz1znLAe`9U-s7pu%xLN{6G+2WT4(GK+N;Aq7?79!!7;Y%zBt zJ;W7wH4A8&ePD^A<5IHpCfKA%HtJwUx(NI751q9O<`(4(;}X=&LcZixicLw0P-hWe zd;nE22)5-PA4R|N2zZxd%V-<+&7!5l_jC-*avYevZ-t$k8v8+&R3s_4#qqTK^>2Z> zBk)c44RFD{^P=aH{xgc00ndC{@7E=1OT!w}@tk#$`UM&6Z*zAzc*Oxy!!Ml7#~or5JXrD{^Q%?4OzUi)|pzIY$gt%~VZ`jq4h vP*Y7Q5q_WDNcuz6DCVSx2+h_105&hbx`A}SLXc4e00000NkvXXu0mjf%kI|k literal 0 HcmV?d00001 diff --git a/app/src/main/res/ic_create_employee/Add Administrator.png b/app/src/main/res/ic_create_employee/Add Administrator.png new file mode 100644 index 0000000000000000000000000000000000000000..add9958b78d9d334448a5b6902798dd3e2bef704 GIT binary patch literal 505 zcmVm&zQ@IfAME63YA78LZ_gm@&q10t)P*30VP_EhtP;15tJen8=anPB(vGZuJ5ex zX3k7zlAU#uU*^u4JKz1znLAe`9U-s7pu%xLN{6G+2WT4(GK+N;Aq7?79!!7;Y%zBt zJ;W7wH4A8&ePD^A<5IHpCfKA%HtJwUx(NI751q9O<`(4(;}X=&LcZixicLw0P-hWe zd;nE22)5-PA4R|N2zZxd%V-<+&7!5l_jC-*avYevZ-t$k8v8+&R3s_4#qqTK^>2Z> zBk)c44RFD{^P=aH{xgc00ndC{@7E=1OT!w}@tk#$`UM&6Z*zAzc*Oxy!!Ml7#~or5JXrD{^Q%?4OzUi)|pzIY$gt%~VZ`jq4h vP*Y7Q5q_WDNcuz6DCVSx2+h_105&hbx`A}SLXc4e00000NkvXXu0mjf%kI|k literal 0 HcmV?d00001 diff --git a/app/src/main/res/layout/company_info_fragment.xml b/app/src/main/res/layout/company_info_fragment.xml index 64254ae..b2dcfe2 100644 --- a/app/src/main/res/layout/company_info_fragment.xml +++ b/app/src/main/res/layout/company_info_fragment.xml @@ -73,7 +73,7 @@ - + android:backgroundTint="#B1B1CF" + app:cardCornerRadius="15dp"> - + - + android:backgroundTint="#B1B1CF" + app:cardCornerRadius="15dp"> @@ -163,7 +165,7 @@ android:layout_alignParentStart="true" android:layout_alignParentEnd="true" android:layout_marginStart="50dp" - android:layout_marginTop="6dp" + android:layout_marginTop="40dp" android:layout_marginEnd="36dp" android:maxLines="1" /> @@ -174,13 +176,13 @@ android:layout_alignParentStart="true" android:layout_alignParentEnd="true" android:layout_marginStart="50dp" - android:layout_marginTop="-54dp" + android:layout_marginTop="5dp" android:layout_marginEnd="270dp" android:text="@string/contacts" /> - + - + android:backgroundTint="#B1B1CF" + app:cardCornerRadius="15dp"> - + \ 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 2c84647..f53144e 100644 --- a/app/src/main/res/layout/fragment_redact_profile.xml +++ b/app/src/main/res/layout/fragment_redact_profile.xml @@ -83,7 +83,7 @@ android:layout_marginEnd="0dp"> + app:cardCornerRadius="15dp" + android:layout_margin="10dp"> @@ -24,7 +24,9 @@ + android:id="@+id/profile_image" + style="@style/Circle" + android:background="@color/black"/> + + Адрес Контакты Описание + Создать сотрудника \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..1364cd4 --- /dev/null +++ b/app/src/main/res/values/styles.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file