From b8147eff8bc708dafb3ad1651e58fdef7c3ac5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=81=D0=B5=D0=BD=D0=B8=D0=B8?= Date: Thu, 20 Feb 2025 15:50:32 +0300 Subject: [PATCH] add admin layout --- app/src/main/res/layout/fragment_admin.xml | 259 ++++++++++++++++++++- app/src/main/res/values/strings.xml | 1 + 2 files changed, 254 insertions(+), 6 deletions(-) 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" /> + + + + + + + + + +