From 8883ca1726cd62341e6c644cc37cfe57ac3cddd1 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Tue, 16 Aug 2011 14:07:50 +0200 Subject: [PATCH] allow 3 digit poll_time --- MS2Debounce/res/layout/main.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MS2Debounce/res/layout/main.xml b/MS2Debounce/res/layout/main.xml index 8b23d92..a1f41a8 100644 --- a/MS2Debounce/res/layout/main.xml +++ b/MS2Debounce/res/layout/main.xml @@ -77,7 +77,7 @@ android:layout_alignBaseline="@id/poll_label" android:layout_toRightOf="@id/poll_label" android:numeric="integer" - android:maxLength="2" + android:maxLength="3" android:text="0" android:enabled="false" android:background="@android:drawable/editbox_background"/> -- 2.39.2