1
0
Fork 0

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

Co-authored-by: Karol Wąsowski <wasowski02@gmail.com>
master
liuche 2020-08-06 14:45:23 -07:00 committed by GitHub
parent b0c187b7e7
commit 1e7f078907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>