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