mirror of
https://github.com/Corewala/Buran
synced 2024-12-22 15:55:35 +00:00
Set max lines in input query
This commit is contained in:
parent
a5ec6624c4
commit
4cd0e1977b
1 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,9 @@
|
||||||
<androidx.appcompat.widget.AppCompatEditText
|
<androidx.appcompat.widget.AppCompatEditText
|
||||||
android:id="@+id/query_input"
|
android:id="@+id/query_input"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"
|
||||||
|
android:inputType="text"
|
||||||
|
android:lines="1"
|
||||||
|
android:maxLines="1"/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
Loading…
Reference in a new issue