From e14fd50cdd72f5e14bc4b3bbc8e403db840b0c4a Mon Sep 17 00:00:00 2001 From: X1nto Date: Thu, 14 Jan 2021 17:42:41 +0400 Subject: [PATCH] reduced maximum value of service d timer --- app/src/main/res/layout/dialog_serviced_timer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/dialog_serviced_timer.xml b/app/src/main/res/layout/dialog_serviced_timer.xml index 26cfa4c0..05c1fc06 100644 --- a/app/src/main/res/layout/dialog_serviced_timer.xml +++ b/app/src/main/res/layout/dialog_serviced_timer.xml @@ -21,7 +21,7 @@ android:layout_below="@id/serviced_header" android:layout_marginTop="24dp" android:valueFrom="1" - android:valueTo="50"/> + android:valueTo="15"/>