Added wrapping settings titles to the next line (#6951)
This commit is contained in:
parent
0683dafa55
commit
d69672e113
8 changed files with 37 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
android:key="@string/show_age_restricted_content"
|
||||
android:summary="@string/show_age_restricted_content_summary"
|
||||
android:title="@string/show_age_restricted_content_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
|
@ -56,6 +57,7 @@
|
|||
android:key="@string/youtube_restricted_mode_enabled"
|
||||
android:summary="@string/youtube_restricted_mode_enabled_summary"
|
||||
android:title="@string/youtube_restricted_mode_enabled_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
|
@ -63,6 +65,7 @@
|
|||
android:key="@string/show_search_suggestions_key"
|
||||
android:summary="@string/show_search_suggestions_summary"
|
||||
android:title="@string/show_search_suggestions_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
|
@ -70,6 +73,7 @@
|
|||
android:key="@string/download_thumbnail_key"
|
||||
android:summary="@string/download_thumbnail_summary"
|
||||
android:title="@string/download_thumbnail_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
|
@ -77,12 +81,14 @@
|
|||
android:key="@string/show_comments_key"
|
||||
android:summary="@string/show_comments_summary"
|
||||
android:title="@string/show_comments_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="@string/show_next_video_key"
|
||||
android:title="@string/show_next_and_similar_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
|
@ -90,6 +96,7 @@
|
|||
android:key="@string/show_description_key"
|
||||
android:summary="@string/show_description_summary"
|
||||
android:title="@string/show_description_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
|
@ -97,6 +104,7 @@
|
|||
android:key="@string/show_meta_info_key"
|
||||
android:summary="@string/show_meta_info_summary"
|
||||
android:title="@string/show_meta_info_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<Preference
|
||||
|
|
@ -136,6 +144,7 @@
|
|||
android:key="@string/feed_use_dedicated_fetch_method_key"
|
||||
android:summary="@string/feed_use_dedicated_fetch_method_summary"
|
||||
android:title="@string/feed_use_dedicated_fetch_method_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue