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 0000000..add9958
Binary files /dev/null and b/app/src/main/res/drawable/ic_create_employee.png differ
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 0000000..add9958
Binary files /dev/null and b/app/src/main/res/ic_create_employee/Add Administrator.png differ
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