Index: res/xml/preferences.xml |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/res/xml/preferences.xml |
@@ -0,0 +1,14 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > |
+ |
+ <CheckBoxPreference |
+ android:key="@string/pref_enabled" |
+ android:summaryOff="@string/pref_enabled_summary_off" |
+ android:summaryOn="@string/pref_enabled_summary_on" |
+ android:title="@string/pref_enabled_title" /> |
+ |
+ <org.adblockplus.android.RefreshableListPreference |
+ android:key="@string/pref_subscription" |
+ android:title="@string/pref_subscription_title" /> |
+ |
+</PreferenceScreen> |