limit the clip content length on keyboard to 10 lines

This commit is contained in:
tibbi 2022-01-28 22:26:54 +01:00
parent 62b47c7c4f
commit 66d844bc9b
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
android:id="@+id/clip_value"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="10"
android:padding="@dimen/medium_margin"
android:textSize="@dimen/normal_text_size"
tools:text="Hello, how are you?" />