Don't restore CheckBoxes and RadioButtons automatically

This commit is contained in:
TebbeUbben 2018-06-08 20:05:33 +02:00
parent 38526d64c6
commit f9582d042f

View file

@ -9,12 +9,14 @@
<RadioButton
android:id="@+id/plugin_enabled_exclusive"
android:saveEnabled="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="16dp" />
<CheckBox
android:id="@+id/plugin_enabled_inclusive"
android:saveEnabled="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="16dp" />
@ -55,6 +57,7 @@
<CheckBox
android:id="@+id/plugin_visibility"
android:saveEnabled="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>