| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| (no file at all) | |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 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" > | |
| 5 | |
| 6 <org.adblockplus.browser.MoreSubscriptionsPreferenceGroup | |
| 7 android:persistent="false" /> | |
| 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> | |
| 14 | |
| LEFT | RIGHT |