Autocapitalizing the fingerprint names now

Bug: 22412062
Change-Id: I72bba3a52c07909f7aae8193b4b3c92df44bad86
This commit is contained in:
Selim Cinek
2015-07-24 16:50:16 -07:00
parent 21574cdb37
commit 01de6ef30a

View File

@@ -38,6 +38,7 @@
<EditText
android:id="@+id/fingerprint_rename_field"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:inputType="textCapWords"/>
</LinearLayout>