diff options
-rw-r--r-- | res/xml-sw600dp/advanced_preferences.xml | 2 | ||||
-rw-r--r-- | res/xml/advanced_preferences.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml-sw600dp/advanced_preferences.xml b/res/xml-sw600dp/advanced_preferences.xml index f3107d8..94e2ee3 100644 --- a/res/xml-sw600dp/advanced_preferences.xml +++ b/res/xml-sw600dp/advanced_preferences.xml @@ -46,7 +46,7 @@ <ListPreference android:key="plugin_state" android:title="@string/pref_content_plugins" - android:defaultValue="ON" + android:defaultValue="OFF" android:entries="@array/pref_content_plugins_choices" android:entryValues="@array/pref_content_plugins_values" android:dialogTitle="@string/pref_content_plugins" /> diff --git a/res/xml/advanced_preferences.xml b/res/xml/advanced_preferences.xml index 1b051f8..e806897 100644 --- a/res/xml/advanced_preferences.xml +++ b/res/xml/advanced_preferences.xml @@ -51,7 +51,7 @@ <ListPreference android:key="plugin_state" android:title="@string/pref_content_plugins" - android:defaultValue="ON" + android:defaultValue="OFF" android:entries="@array/pref_content_plugins_choices" android:entryValues="@array/pref_content_plugins_values" android:dialogTitle="@string/pref_content_plugins" /> |