Limited number of lines in search activity

This commit is contained in:
Pierre 2018-01-05 11:25:40 +01:00
parent 5bf06b984f
commit 88f6f36796

View File

@ -14,6 +14,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/activity_searchuser_text_placeholder"
android:inputType="textCapSentences"
android:maxLines="1"/>
</android.support.design.widget.TextInputLayout>