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" /> - - - - +