Don't restore CheckBoxes and RadioButtons automatically
This commit is contained in:
parent
38526d64c6
commit
f9582d042f
1 changed files with 3 additions and 0 deletions
|
@ -9,12 +9,14 @@
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:id="@+id/plugin_enabled_exclusive"
|
android:id="@+id/plugin_enabled_exclusive"
|
||||||
|
android:saveEnabled="false"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginRight="16dp" />
|
android:layout_marginRight="16dp" />
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/plugin_enabled_inclusive"
|
android:id="@+id/plugin_enabled_inclusive"
|
||||||
|
android:saveEnabled="false"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginRight="16dp" />
|
android:layout_marginRight="16dp" />
|
||||||
|
@ -55,6 +57,7 @@
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/plugin_visibility"
|
android:id="@+id/plugin_visibility"
|
||||||
|
android:saveEnabled="false"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_height="wrap_content" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue