From fa2eec91b2224bb8f5b43833de189152e1bca10f Mon Sep 17 00:00:00 2001 From: Naiki00 Date: Sat, 9 Jan 2021 00:46:56 +0100 Subject: [PATCH] =?UTF-8?q?Wyr=C3=B3wnanie=20note=5Fcontent=20do=20linii?= =?UTF-8?q?=20z=20note=5Ftitle,=20dodanie=20margines=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/view_note.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/view_note.xml b/app/src/main/res/layout/view_note.xml index 981c180..552ab1a 100644 --- a/app/src/main/res/layout/view_note.xml +++ b/app/src/main/res/layout/view_note.xml @@ -6,7 +6,7 @@ android:layout_height="wrap_content" android:layout_margin="5dp" app:cardBackgroundColor="#2196F3" - app:cardCornerRadius="5dp" + app:cardCornerRadius="10dp" app:cardElevation="2dp" app:contentPadding="0dp"> @@ -26,6 +26,7 @@ android:text="note_title" android:textAlignment="viewStart" android:textSize="14sp" + android:textStyle="bold" app:layout_constraintBottom_toTopOf="@+id/card_view" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -39,7 +40,9 @@ android:textAlignment="viewStart" android:textColor="@color/black" android:textSize="14sp" - android:textStyle="bold" + android:layout_marginStart="8dp" + android:layout_marginEnd="8dp" + android:layout_marginBottom="8dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />