Limit favourite category name length

This commit is contained in:
Koitharu
2023-03-03 18:51:58 +02:00
parent 4fc56f9786
commit f2ac3c331c

View File

@@ -47,7 +47,8 @@
android:layout_height="wrap_content"
android:hint="@string/name"
android:imeOptions="actionDone"
android:inputType="textCapSentences" />
android:inputType="textCapSentences"
android:maxLength="120" />
</com.google.android.material.textfield.TextInputLayout>
@@ -91,4 +92,4 @@
</ScrollView>
</LinearLayout>
</LinearLayout>