mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-01 12:24:25 +00:00
restrict search field to a single line
This commit is contained in:
parent
f944751737
commit
e4bc6996a5
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
<EditText
|
||||
android:id="@+id/search_field"
|
||||
android:layout_marginHorizontal="6dp"
|
||||
android:inputType="text"
|
||||
android:maxLines="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue