limit the clip content length on keyboard to 10 lines
This commit is contained in:
parent
62b47c7c4f
commit
66d844bc9b
|
@ -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?" />
|
||||
|
|
Loading…
Reference in New Issue