Use same input type for nicknames everywhere.

This commit is contained in:
akwizgran
2019-06-18 17:19:39 +01:00
parent d210215bd1
commit 3f70ae3c8c

View File

@@ -31,7 +31,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:hint="@string/set_contact_alias_hint"
android:inputType="textPersonName"
android:inputType="text|textCapWords"
android:textColor="?android:attr/textColorPrimary"
android:textSize="@dimen/text_size_medium"/>