am 596ce9ba: Merge "Autocapitalizing the fingerprint names now" into mnc-dev

* commit '596ce9bab73204e9c0cd4a4efbb5602f8c6d0024':
  Autocapitalizing the fingerprint names now
This commit is contained in:
Selim Cinek
2015-07-27 21:11:31 +00:00
committed by Android Git Automerger

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>