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

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

Issue 29441558: Issue 5243 - Clipped text across languages (Closed)
Patch Set: Created May 18, 2017, 12:54 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
@@ -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>

Powered by Google App Engine
This is Rietveld