Skip to content

Commit 9006dbe

Browse files
Merge pull request #3069 from tbertels/first_letter_capital
Set store name first letter as capital by default
2 parents dfb0065 + 073923d commit 9006dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/loyalty_card_edit_activity.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
android:id="@+id/storeNameEdit"
110110
android:layout_width="match_parent"
111111
android:layout_height="wrap_content"
112-
android:singleLine="true" />
112+
android:singleLine="true"
113+
android:inputType="textCapWords" />
113114

114115
</com.google.android.material.textfield.TextInputLayout>
115116
</LinearLayout>

0 commit comments

Comments
 (0)