| Index: adblockplussbrowser/res/xml/preferences_main.xml |
| =================================================================== |
| --- a/adblockplussbrowser/res/xml/preferences_main.xml |
| +++ b/adblockplussbrowser/res/xml/preferences_main.xml |
| @@ -4,8 +4,10 @@ |
| android:layout_height="fill_parent" > |
| <PreferenceScreen |
| + android:layout="@layout/multiline_preference_screen" |
| android:summary="@string/manage_subscriptions_summary" |
| - android:title="@string/manage_subscriptions" > |
| + android:title="@string/manage_subscriptions" |
| + > |
|
diegocarloslima
2017/05/31 13:33:58
the android:title line shouldn't have changed. the
jens
2017/05/31 13:58:57
Acknowledged.
|
| <org.adblockplus.sbrowser.contentblocker.ListedSubscriptionsPreferenceCategory |
| android:layout_width="fill_parent" |
| @@ -35,7 +37,7 @@ |
| <org.adblockplus.sbrowser.contentblocker.WhitelistedWebsitesPreferenceCategory/> |
| </PreferenceScreen> |
| - <ListPreference |
| + <org.adblockplus.sbrowser.contentblocker.preferences.MultilineListPreference |
| android:layout_width="fill_parent" |
| android:layout_height="wrap_content" |
| android:defaultValue="1" |
| @@ -49,7 +51,7 @@ |
| android:layout_height="wrap_content" |
| android:title="@string/acceptable_ads_category" > |
| - <CheckBoxPreference |
| + <org.adblockplus.sbrowser.contentblocker.preferences.MultilineCheckBoxPreference |
| android:layout_width="fill_parent" |
| android:layout_height="wrap_content" |
| android:defaultValue="true" |