mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-03-25 02:41:41 -04:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user