+<TextView
+ android:id="@+id/delay_label"
+ android:layout_marginTop="20dip"
+ android:layout_alignParentLeft="true"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Delay:"/>
+<EditText
+ android:id="@+id/debounce_delay"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignBaseline="@id/delay_label"
+ android:layout_toRightOf="@id/delay_label"
+ android:numeric="integer"
+ android:maxLength="2"
+ android:background="@android:drawable/editbox_background"/>