Merge "Autocapitalizing the fingerprint names now" into mnc-dev

This commit is contained in:
Selim Cinek
2015-07-27 20:58:01 +00:00
committed by Android (Google) Code Review

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>