OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" | 2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
3 xmlns:gecko="http://schemas.android.com/apk/res-auto" | |
4 android:title="@string/abb_pref_category_more_blocking" > | 3 android:title="@string/abb_pref_category_more_blocking" > |
5 | 4 |
6 <org.adblockplus.browser.MoreSubscriptionsPreferenceGroup | 5 <org.adblockplus.browser.MoreSubscriptionsPreferenceGroup |
7 android:persistent="false" /> | 6 android:persistent="false" /> |
8 | 7 |
9 <org.adblockplus.browser.UrlInputOpenerPreference | 8 <org.adblockplus.browser.UrlInputOpenerPreference |
10 android:title="@string/abb_pref_category_add_other_list" | 9 android:title="@string/abb_pref_category_add_other_list" |
11 android:layout="@layout/abb_custom_prefscreen" /> | 10 android:layout="@layout/abb_custom_prefscreen" /> |
12 | 11 |
13 </PreferenceScreen> | 12 </PreferenceScreen> |
14 | 13 |
OLD | NEW |