From: Michael Gernoth Date: Tue, 16 Aug 2011 12:07:50 +0000 (+0200) Subject: allow 3 digit poll_time X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/commitdiff_plain/8883ca1726cd62341e6c644cc37cfe57ac3cddd1 allow 3 digit poll_time --- 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"/>