]> git.zerfleddert.de Git - ms2-fixes/blobdiff - MS2Debounce/res/layout/main.xml
replace useless drive inactive toggle with toggle for active high
[ms2-fixes] / MS2Debounce / res / layout / main.xml
index b9d55b8448bf1f08fdd33fe247466f2c1919457b..4538f8db8f1c02e15930b6be1473e68a68cabf50 100644 (file)
     android:text="0"
     android:enabled="false"
     android:background="@android:drawable/editbox_background"/>
+<!--
+<CheckBox
+    android:id="@+id/drive_inactive"
+    android:layout_alignBaseline="@id/poll_label"
+    android:layout_toRightOf="@id/poll_time"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:onClick="toggle_drive_inactive"
+    android:text="Drive inactive pins" />
+-->
+<CheckBox
+    android:id="@+id/active_high"
+    android:layout_alignBaseline="@id/poll_label"
+    android:layout_toRightOf="@id/poll_time"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:onClick="toggle_active_high"
+    android:text="Active High Logic" />
 <TextView
     android:id="@+id/hw_debounce_label"
     android:layout_width="wrap_content"
Impressum, Datenschutz