Limit favourite category name length

pull/320/head
Koitharu 3 years ago
parent 4fc56f9786
commit f2ac3c331c
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

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

Loading…
Cancel
Save