From 31f6572fb981b1b987bfca96358ccc1b0ef00c6f Mon Sep 17 00:00:00 2001 From: Naiki00 Date: Mon, 15 Feb 2021 23:20:40 +0100 Subject: [PATCH] =?UTF-8?q?uaktualniono=20wygl=C4=85d=20karty=20(notatki)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/view_note.xml | 92 ++++++++++++++------------- 1 file changed, 47 insertions(+), 45 deletions(-) diff --git a/app/src/main/res/layout/view_note.xml b/app/src/main/res/layout/view_note.xml index 25b0318..89fc79b 100644 --- a/app/src/main/res/layout/view_note.xml +++ b/app/src/main/res/layout/view_note.xml @@ -1,52 +1,54 @@ - + + + + + android:layout_marginStart="@dimen/_8sdp" + android:layout_marginTop="@dimen/_4sdp" + android:layout_marginEnd="@dimen/_8sdp" + android:layout_marginBottom="@dimen/_4sdp" + android:textStyle="normal" /> - - + android:textAlignment="viewStart" + android:textSize="14sp" + android:maxLines="4" + android:ellipsize="end" + android:layout_marginStart="@dimen/_8sdp" + android:layout_marginEnd="@dimen/_8sdp" + android:layout_marginBottom="@dimen/_8sdp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> - - - - +