From 76f48eb6ec13d74daf3cbfe55ce83bf9b34d16c9 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 16 May 2019 08:37:01 +0200 Subject: [PATCH] allow inserting 5 digit long slideshow durations --- app/src/main/res/layout/dialog_slideshow.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/dialog_slideshow.xml b/app/src/main/res/layout/dialog_slideshow.xml index 0bad63672..06b7e813d 100644 --- a/app/src/main/res/layout/dialog_slideshow.xml +++ b/app/src/main/res/layout/dialog_slideshow.xml @@ -32,7 +32,7 @@ android:gravity="right" android:imeOptions="actionDone" android:inputType="number" - android:maxLength="2" + android:maxLength="5" android:textCursorDrawable="@null" android:textSize="@dimen/normal_text_size"/>