Skip to content

Commit

Permalink
Set max lines in input query
Browse files Browse the repository at this point in the history
  • Loading branch information
Corewala committed Feb 17, 2022
1 parent a5ec662 commit 4cd0e19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/res/layout/dialog_input_query.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<androidx.appcompat.widget.AppCompatEditText
android:id="@+id/query_input"
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>

0 comments on commit 4cd0e19

Please sign in to comment.