Merge pull request #3069 from tbertels/first_letter_capital

Set store name first letter as capital by default
This commit is contained in:
Sylvia van Os
2026-03-24 17:26:18 +01:00
committed by GitHub

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>