From 2ca7c7a530d18ed26db34e5a5f793ef6bfb557f9 Mon Sep 17 00:00:00 2001 From: Naiki00 Date: Sat, 9 Jan 2021 01:02:27 +0100 Subject: [PATCH] =?UTF-8?q?Ustawienie=20limitu=20wy=C5=9Bwietlanych=20lini?= =?UTF-8?q?i=20w=20note=5Fcontent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/view_note.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/view_note.xml b/app/src/main/res/layout/view_note.xml index 552ab1a..f06c317 100644 --- a/app/src/main/res/layout/view_note.xml +++ b/app/src/main/res/layout/view_note.xml @@ -40,6 +40,8 @@ android:textAlignment="viewStart" android:textColor="@color/black" android:textSize="14sp" + android:maxLines="4" + android:ellipsize="end" android:layout_marginStart="8dp" android:layout_marginEnd="8dp" android:layout_marginBottom="8dp"