diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 2efb33f86..270d1895c 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -98,19 +98,22 @@ android:defaultValue="false" android:key="limitedBandwidthActive" android:title="@string/pref_title_limited_bandwidth_active" - android:disableDependentsState="false" /> + android:disableDependentsState="false" + app:singleLineTitle="false" /> + android:dependency="limitedBandwidthActive" + app:singleLineTitle="false" /> + android:dependency="limitedBandwidthActive" + app:singleLineTitle="false" /> @@ -139,15 +142,17 @@ - + android:title="@string/pref_title_experimental_viewpager_offscreen" + app:singleLineTitle="false" /> - + android:title="@string/pref_title_experimental_htl_streaming" + app:singleLineTitle="false" />