Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplussbrowser/res/xml/preferences_main.xml

Issue 29453623: Noissue - Project cleanup (Closed)
Patch Set: Created June 1, 2017, 1:45 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: adblockplussbrowser/res/xml/preferences_main.xml
===================================================================
--- a/adblockplussbrowser/res/xml/preferences_main.xml
+++ b/adblockplussbrowser/res/xml/preferences_main.xml
@@ -1,61 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen
android:summary="@string/manage_subscriptions_summary"
- android:title="@string/manage_subscriptions" >
+ android:title="@string/manage_subscriptions">
<org.adblockplus.sbrowser.contentblocker.ListedSubscriptionsPreferenceCategory
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:title="@string/enabled_subscriptions" />
+ android:title="@string/enabled_subscriptions"/>
<org.adblockplus.sbrowser.contentblocker.ListedSubscriptionsPreferenceCategory
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:title="@string/available_subscriptions" />
+ android:title="@string/available_subscriptions"/>
</PreferenceScreen>
<PreferenceScreen
android:summary="@string/more_blocking_summary"
- android:title="@string/more_blocking" >
+ android:title="@string/more_blocking">
<org.adblockplus.sbrowser.contentblocker.MoreBlockingPreferenceCategory
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:title="@string/more_blocking_category" />
+ android:title="@string/more_blocking_category"/>
</PreferenceScreen>
<PreferenceScreen
android:summary="@string/whitelisted_websites_summary"
android:title="@string/whitelisted_websites">
<org.adblockplus.sbrowser.contentblocker.WhitelistedWebsitesPreferenceCategory/>
</PreferenceScreen>
<ListPreference
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
android:defaultValue="1"
android:entries="@array/download_settings"
android:entryValues="@array/download_settings_values"
android:key="@string/key_automatic_updates"
- android:title="@string/automatic_updates" />
+ android:title="@string/automatic_updates"/>
<PreferenceCategory
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:title="@string/acceptable_ads_category" >
+ android:title="@string/acceptable_ads_category">
<CheckBoxPreference
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
android:defaultValue="true"
android:key="@string/key_acceptable_ads"
android:singleLine="false"
- android:title="@string/enable_acceptable_ads" />
+ android:title="@string/enable_acceptable_ads"/>
</PreferenceCategory>
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld