Index: adblockplussbrowser/res/xml/preferences_main.xml |
=================================================================== |
--- a/adblockplussbrowser/res/xml/preferences_main.xml |
+++ b/adblockplussbrowser/res/xml/preferences_main.xml |
@@ -30,31 +30,31 @@ |
diegocarloslima
2017/05/25 18:53:56
Seems that the title is clipping for the Preferenc
jens
2017/05/30 12:17:00
Acknowledged.
|
<PreferenceScreen |
android:summary="@string/whitelisted_websites_summary" |
android:title="@string/whitelisted_websites"> |
<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" |
android:entries="@array/download_settings" |
android:entryValues="@array/download_settings_values" |
android:key="@string/key_automatic_updates" |
android:title="@string/automatic_updates" /> |
<PreferenceCategory |
android:layout_width="fill_parent" |
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" |
android:key="@string/key_acceptable_ads" |
android:singleLine="false" |
android:title="@string/enable_acceptable_ads" /> |
</PreferenceCategory> |