From 036d0cc9c411074e20bda5e1d72e11b857408c1c Mon Sep 17 00:00:00 2001 From: Naiki00 Date: Thu, 11 Feb 2021 21:20:16 +0100 Subject: [PATCH] =?UTF-8?q?poprawiono=20wy=C5=9Bwietlanie=20komponentu=20e?= =?UTF-8?q?dytowania=20notatki?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/create_note.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/create_note.xml b/app/src/main/res/layout/create_note.xml index be92219..cd03694 100644 --- a/app/src/main/res/layout/create_note.xml +++ b/app/src/main/res/layout/create_note.xml @@ -60,19 +60,19 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="@dimen/_12sdp" - android:layout_marginTop="16dp" + android:layout_marginTop="24dp" android:layout_marginEnd="@dimen/_12sdp" android:hint="@string/note_subtitle" android:inputType="textMultiLine" + android:paddingTop="@dimen/_8sdp" + android:paddingBottom="@dimen/_8sdp" android:textColor="@color/colorSubtitle" android:textColorHint="@color/colorHint" android:textSize="@dimen/_13ssp" - android:paddingTop="@dimen/_8sdp" - android:paddingBottom="@dimen/_8sdp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintStart_toEndOf="@id/viewSubtitle" - app:layout_constraintTop_toBottomOf="@+id/noteTitle"/> + app:layout_constraintTop_toBottomOf="@+id/noteTitle" /> + app:layout_constraintTop_toBottomOf="@id/noteSubtitle" + app:layout_constraintBottom_toBottomOf="parent" />