mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-06-19 16:45:18 +00:00
Limited number of lines in search activity
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user