From 600f21498c05c59bd287d5ab8bef82047649cf3c Mon Sep 17 00:00:00 2001 From: veronicagtea Date: Thu, 20 Feb 2025 15:09:25 +0300 Subject: [PATCH 1/2] code: Modification Admin Screen --- app/src/main/res/layout/fragment_admin.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/fragment_admin.xml b/app/src/main/res/layout/fragment_admin.xml index f8338ce..4480bb4 100644 --- a/app/src/main/res/layout/fragment_admin.xml +++ b/app/src/main/res/layout/fragment_admin.xml @@ -71,17 +71,17 @@ android:hint="@string/loginText" app:boxStrokeColor="@color/beige" app:boxStrokeWidth="0dp" + app:layout_constraintBottom_toTopOf="@+id/line" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@+id/text_for" - > + app:layout_constraintTop_toBottomOf="@+id/text_for"> + android:background="@drawable/button_beigestroke_whitefill" + android:imeOptions="flagNoExtractUi" /> @@ -89,11 +89,10 @@ android:id="@+id/line" android:layout_width="320dp" android:layout_height="10dp" - android:layout_marginBottom="10dp" android:background="@drawable/ic_line" - app:layout_constraintTop_toBottomOf="@+id/guideline2" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="parent" /> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="@+id/guideline2" /> Date: Thu, 20 Feb 2025 15:13:55 +0300 Subject: [PATCH 2/2] code: Modification Main Screen --- app/src/main/res/layout/fragment_main.xml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml index f7e5741..eafbc69 100644 --- a/app/src/main/res/layout/fragment_main.xml +++ b/app/src/main/res/layout/fragment_main.xml @@ -32,15 +32,6 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" /> - /> - -