Raised max lines for message to display to user
This commit is contained in:
parent
729936542c
commit
faef5ace27
|
@ -18,7 +18,7 @@
|
||||||
android:id="@+id/txtTanDescriptionToShowToUser"
|
android:id="@+id/txtTanDescriptionToShowToUser"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:maxLines="3"
|
android:maxLines="6"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|
Loading…
Reference in New Issue