Raised max lines for message to display to user

This commit is contained in:
dankito 2019-10-29 00:09:52 +01:00 committed by dankito
parent 729936542c
commit faef5ace27
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
android:id="@+id/txtTanDescriptionToShowToUser"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="3"
android:maxLines="6"
/>
<LinearLayout