From: Michael Gernoth Date: Sat, 21 May 2011 12:10:20 +0000 (+0200) Subject: implement on_boot checkbox X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/commitdiff_plain/c305346095aed12c23e79aee46c0d142e3eb35d8 implement on_boot checkbox --- diff --git a/MS2Debounce/res/layout/main.xml b/MS2Debounce/res/layout/main.xml index fcf4ea2..a62239d 100644 --- a/MS2Debounce/res/layout/main.xml +++ b/MS2Debounce/res/layout/main.xml @@ -48,6 +48,7 @@ android:layout_below="@id/load" android:layout_width="fill_parent" android:layout_height="wrap_content" + android:onClick="toggle_on_boot" android:text="Load module on boot" />