mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
limit the clip content length on keyboard to 10 lines
This commit is contained in:
@ -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?" />
|
||||
|
Reference in New Issue
Block a user