<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" xmlns:switchpref="http://schemas.android.com/apk/res-auto">

    <org.jraf.android.backport.switchwidget.SwitchPreference
        android:key="@string/pref_enabled"
        switchpref:summaryOff="@string/pref_enabled_summary_off"
        switchpref: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" />

    <org.adblockplus.android.HelpfulCheckBoxPreference
        android:key="@string/pref_acceptableads"
        android:summaryOff="@string/pref_acceptableads_summary_off"
        android:summaryOn="@string/pref_acceptableads_summary_on"
        android:title="@string/pref_acceptableads_title"
        android:widgetLayout="@layout/helpfulcheckbox_layout" />

    <CheckBoxPreference
        android:key="@string/pref_hideicon"
        android:summaryOff="@string/pref_hideicon_summary_off"
        android:summaryOn="@string/pref_hideicon_summary_on"
        android:title="@string/pref_hideicon_title"
        android:widgetLayout="@layout/hideicon_layout" />

</PreferenceScreen>