diff --git a/app/src/main/res/layout/fragment_admin.xml b/app/src/main/res/layout/fragment_admin.xml
index 1554123..d6ec2be 100644
--- a/app/src/main/res/layout/fragment_admin.xml
+++ b/app/src/main/res/layout/fragment_admin.xml
@@ -6,6 +6,7 @@
xmlns:tools="http://schemas.android.com/tools">
+ app:layout_constraintVertical_bias="0.641" />
@@ -65,16 +66,16 @@
android:id="@+id/find_button"
android:layout_width="100dp"
android:layout_height="42dp"
- android:layout_marginTop="16dp"
android:backgroundTint="@color/orange"
android:textSize="16sp"
app:circularflow_defaultRadius="10dp"
app:circularflow_radiusInDP="1dp"
app:cornerRadius="10dp"
+ app:layout_constraintBottom_toBottomOf="@+id/cardView"
app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.498"
+ app:layout_constraintHorizontal_bias="0.948"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/cardView" />
+ app:layout_constraintTop_toTopOf="@+id/cardView" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 a033f91..9ffaabd 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -20,4 +20,5 @@
Просмотр пользователя
Найти информацию о сотруднике
Найти
+ Доступ\n
\ No newline at end of file