| 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 android:layout_width="fill_parent" | 3 android:layout_width="fill_parent" |
| 4 android:layout_height="fill_parent" > | 4 android:layout_height="fill_parent" > |
| 5 | 5 |
| 6 <PreferenceScreen | 6 <PreferenceScreen |
| 7 android:summary="@string/manage_subscriptions_summary" | 7 android:summary="@string/manage_subscriptions_summary" |
| 8 android:title="@string/manage_subscriptions" > | 8 android:title="@string/manage_subscriptions" > |
| 9 | 9 |
| 10 <org.adblockplus.sbrowser.contentblocker.ListedSubscriptionsPreferenceCa
tegory | 10 <org.adblockplus.sbrowser.contentblocker.ListedSubscriptionsPreferenceCa
tegory |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 <CheckBoxPreference | 52 <CheckBoxPreference |
| 53 android:layout_width="fill_parent" | 53 android:layout_width="fill_parent" |
| 54 android:layout_height="wrap_content" | 54 android:layout_height="wrap_content" |
| 55 android:defaultValue="true" | 55 android:defaultValue="true" |
| 56 android:key="@string/key_acceptable_ads" | 56 android:key="@string/key_acceptable_ads" |
| 57 android:singleLine="false" | 57 android:singleLine="false" |
| 58 android:title="@string/enable_acceptable_ads" /> | 58 android:title="@string/enable_acceptable_ads" /> |
| 59 </PreferenceCategory> | 59 </PreferenceCategory> |
| 60 | 60 |
| 61 </PreferenceScreen> | 61 </PreferenceScreen> |
| OLD | NEW |