From 1559225a3318764b882a6dd62af2520bbba8f7ba Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sat, 21 May 2011 18:04:03 +0200 Subject: [PATCH] working edittext --- MS2Debounce/res/layout/main.xml | 2 + .../src/de/rmdir/ms2debounce/MS2Debounce.java | 40 ++++++++++++++++--- 2 files changed, 36 insertions(+), 6 deletions(-) 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"/>