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: Fixed layout name and bracket in preferences_main.xml Created May 31, 2017, 1:58 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
@@ -4,6 +4,7 @@
android:layout_height="fill_parent" >
<PreferenceScreen
+ android:layout="@layout/multiline_preference"
android:summary="@string/manage_subscriptions_summary"
android:title="@string/manage_subscriptions" >
@@ -35,7 +36,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 +50,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"

Powered by Google App Engine
This is Rietveld