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

* commit 'd1c8a6127dde05d95be25a344879945071bb923f':
  Autocapitalizing the fingerprint names now
This commit is contained in:
Selim Cinek
2015-07-27 21:39:04 +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>