Replace EditText with TextInputEditText.

This commit is contained in:
akwizgran
2019-10-14 16:14:43 +01:00
parent 971ae3a20e
commit 78aac8de52
4 changed files with 7 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/choose_forum_hint"
android:importantForAutofill="no"
android:inputType="text|textCapSentences"
android:maxLines="1"/>