Changed name_collection_dialog.xml's EditText's input type from "text… (#13367)

Co-authored-by: Karol Wąsowski <wasowski02@gmail.com>
patch-1
liuche 4 years ago committed by GitHub
parent b0c187b7e7
commit 1e7f078907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:backgroundTint="?neutral"
android:inputType="text"
android:inputType="textCapSentences"
android:singleLine="true"
android:textAlignment="viewStart" />
</LinearLayout>

Loading…
Cancel
Save