From f2ac3c331c61276032d3450beaa23b4e5d8c3557 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Fri, 3 Mar 2023 18:51:58 +0200 Subject: [PATCH] Limit favourite category name length --- app/src/main/res/layout/activity_category_edit.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_category_edit.xml b/app/src/main/res/layout/activity_category_edit.xml index 93eef7b49..11f9bbf1a 100644 --- a/app/src/main/res/layout/activity_category_edit.xml +++ b/app/src/main/res/layout/activity_category_edit.xml @@ -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" /> @@ -91,4 +92,4 @@ - \ No newline at end of file +