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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 <CheckBoxPreference | 45 <CheckBoxPreference |
46 android:layout_width="fill_parent" | 46 android:layout_width="fill_parent" |
47 android:layout_height="wrap_content" | 47 android:layout_height="wrap_content" |
48 android:defaultValue="true" | 48 android:defaultValue="true" |
49 android:key="@string/key_acceptable_ads" | 49 android:key="@string/key_acceptable_ads" |
50 android:singleLine="false" | 50 android:singleLine="false" |
51 android:title="@string/enable_acceptable_ads" /> | 51 android:title="@string/enable_acceptable_ads" /> |
52 </PreferenceCategory> | 52 </PreferenceCategory> |
53 | 53 |
54 </PreferenceScreen> | 54 </PreferenceScreen> |
OLD | NEW |