mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-04-25 07:28:43 +02:00
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:id="@+id/clip_value"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:maxLines="10"
|
||||||
android:padding="@dimen/medium_margin"
|
android:padding="@dimen/medium_margin"
|
||||||
android:textSize="@dimen/normal_text_size"
|
android:textSize="@dimen/normal_text_size"
|
||||||
tools:text="Hello, how are you?" />
|
tools:text="Hello, how are you?" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user