mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 22:09:30 +00:00
Limited number of lines in search activity
This commit is contained in:
parent
5bf06b984f
commit
88f6f36796
@ -14,6 +14,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="@string/activity_searchuser_text_placeholder"
|
android:hint="@string/activity_searchuser_text_placeholder"
|
||||||
|
android:inputType="textCapSentences"
|
||||||
android:maxLines="1"/>
|
android:maxLines="1"/>
|
||||||
|
|
||||||
</android.support.design.widget.TextInputLayout>
|
</android.support.design.widget.TextInputLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user