From: Michael Gernoth Date: Sat, 21 May 2011 16:04:03 +0000 (+0200) Subject: working edittext X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/commitdiff_plain/1559225a3318764b882a6dd62af2520bbba8f7ba working edittext --- diff --git a/MS2Debounce/res/layout/main.xml b/MS2Debounce/res/layout/main.xml index a62239d..5f16f4b 100644 --- a/MS2Debounce/res/layout/main.xml +++ b/MS2Debounce/res/layout/main.xml @@ -18,6 +18,8 @@ android:layout_toRightOf="@id/delay_label" android:numeric="integer" android:maxLength="2" + android:text="0" + android:enabled="false" android:background="@android:drawable/editbox_background"/>