From 5fdd4fae4b003c61088c417bec99c455010c31d3 Mon Sep 17 00:00:00 2001 From: Juja2025 Date: Wed, 19 Feb 2025 10:53:14 +0300 Subject: [PATCH] =?UTF-8?q?=D1=87=D0=B8=D0=BD=D1=8E=20=D0=BB=D0=BE=D0=B3?= =?UTF-8?q?=D0=B8=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_login.xml | 17 ++++- app/src/main/res/layout/fragment_profile.xml | 71 +++++++++++--------- 2 files changed, 53 insertions(+), 35 deletions(-) diff --git a/app/src/main/res/layout/fragment_login.xml b/app/src/main/res/layout/fragment_login.xml index 2a92b15..eb72ce0 100644 --- a/app/src/main/res/layout/fragment_login.xml +++ b/app/src/main/res/layout/fragment_login.xml @@ -12,16 +12,23 @@ android:orientation="vertical" android:paddingStart="16dp" android:paddingEnd="16dp" - app:constraint_referenced_ids="text_welcome, input_username, input_password, login" + app:constraint_referenced_ids="log" app:flow_verticalGap="32dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> + + android:layout_height="58dp" + tools:ignore="MissingConstraints"> + - - + - + - + - - - - + + + + - + \ No newline at end of file