diff --git a/app/src/main/res/xml/appearance_settings.xml b/app/src/main/res/xml/appearance_settings.xml index e1c80829d..ce77ea212 100644 --- a/app/src/main/res/xml/appearance_settings.xml +++ b/app/src/main/res/xml/appearance_settings.xml @@ -26,6 +26,7 @@ android:key="@string/show_hold_to_append_key" android:summary="@string/show_hold_to_append_summary" android:title="@string/show_hold_to_append_title" + app:singleLineTitle="false" app:iconSpaceReserved="false" /> diff --git a/app/src/main/res/xml/debug_settings.xml b/app/src/main/res/xml/debug_settings.xml index d27d67aad..14b205c9c 100644 --- a/app/src/main/res/xml/debug_settings.xml +++ b/app/src/main/res/xml/debug_settings.xml @@ -9,6 +9,7 @@ android:key="@string/allow_heap_dumping_key" android:summary="@string/enable_leak_canary_summary" android:title="@string/leakcanary" + app:singleLineTitle="false" app:iconSpaceReserved="false" /> diff --git a/app/src/main/res/xml/history_settings.xml b/app/src/main/res/xml/history_settings.xml index 4468478a7..75378320e 100644 --- a/app/src/main/res/xml/history_settings.xml +++ b/app/src/main/res/xml/history_settings.xml @@ -9,6 +9,7 @@ android:key="@string/enable_watch_history_key" android:summary="@string/enable_watch_history_summary" android:title="@string/enable_watch_history_title" + app:singleLineTitle="false" app:iconSpaceReserved="false" /> diff --git a/app/src/main/res/xml/video_audio_settings.xml b/app/src/main/res/xml/video_audio_settings.xml index 76b5439cc..cea5361aa 100644 --- a/app/src/main/res/xml/video_audio_settings.xml +++ b/app/src/main/res/xml/video_audio_settings.xml @@ -35,6 +35,7 @@ android:key="@string/show_higher_resolutions_key" android:summary="@string/show_higher_resolutions_summary" android:title="@string/show_higher_resolutions_title" + app:singleLineTitle="false" app:iconSpaceReserved="false" />