Capitalize first letter in store and note fields

This commit is contained in:
Branden Archer committed 2017-09-28 09:46:14 -04:00
1 parent dca5129031
commit 86a5f2fb50
1 file changed
+2
@@ -65,6 +65,7 @@
<EditText
android:id="@+id/storeNameEdit"
android:inputType="textCapWords"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:padding="@dimen/inputPadding"
@@ -121,6 +122,7 @@
<EditText
android:id="@+id/noteEdit"
android:inputType="textCapSentences"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:padding="@dimen/inputPadding"