From: Michael Gernoth <michael@gernoth.net>
Date: Mon, 4 Jul 2011 21:08:31 +0000 (+0200)
Subject: at least all fields can be seen now...
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/commitdiff_plain/1f4361802c04f3ecb5506d160ebe9f4920ba22af?ds=inline

at least all fields can be seen now...
---

diff --git a/MS2Debounce/res/layout/main.xml b/MS2Debounce/res/layout/main.xml
index f0ec60e..8b23d92 100644
--- a/MS2Debounce/res/layout/main.xml
+++ b/MS2Debounce/res/layout/main.xml
@@ -49,6 +49,7 @@
     android:id="@+id/settle_label"
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
+    android:layout_marginTop="20dip"
     android:layout_below="@id/delay_label"
     android:text="Settle:"/>
 <EditText
@@ -66,6 +67,7 @@
     android:id="@+id/poll_label"
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
+    android:layout_marginTop="20dip"
     android:layout_below="@id/settle_label"
     android:text="Poll:"/>
 <EditText