Set store name first letter as capital by default

Asks the keyboard to switch to capital for the first letter of each
word.
This commit is contained in:
Thomas Bertels
2026-03-24 09:45:59 +01:00
parent dfb006584e
commit 073923d072

View File

@@ -109,7 +109,8 @@
android:id="@+id/storeNameEdit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true" />
android:singleLine="true"
android:inputType="textCapWords" />
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>