[fenix] Changed name_collection_dialog.xml's EditText's input type from "text… (https://github.com/mozilla-mobile/fenix/pull/13367)

Co-authored-by: Karol Wąsowski <wasowski02@gmail.com>
pull/600/head
liuche 4 years ago committed by GitHub
parent ccdfa79623
commit ce565577cc

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