From d150e50c1f9f02fc87085daf53fa29321e2a70ae Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 24 May 2022 09:25:28 +0200 Subject: [PATCH] Fix issue #92 - Fix truncated title for settings --- app/src/main/res/layout/drawer_status.xml | 2 +- app/src/main/res/xml/pref_compose.xml | 6 ++++++ app/src/main/res/xml/pref_interface.xml | 4 ++++ app/src/main/res/xml/pref_notifications.xml | 12 ++++++++++-- app/src/main/res/xml/pref_privacy.xml | 6 ++++++ app/src/main/res/xml/pref_theming.xml | 1 + app/src/main/res/xml/pref_timelines.xml | 10 ++++++++++ 7 files changed, 38 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml index f02bf5f88..238b72219 100644 --- a/app/src/main/res/layout/drawer_status.xml +++ b/app/src/main/res/layout/drawer_status.xml @@ -114,7 +114,7 @@ android:tint="@color/cyanea_accent_reference" android:layout_width="20dp" android:visibility="gone" /> - + diff --git a/app/src/main/res/xml/pref_interface.xml b/app/src/main/res/xml/pref_interface.xml index 077a94952..c13dd5d67 100644 --- a/app/src/main/res/xml/pref_interface.xml +++ b/app/src/main/res/xml/pref_interface.xml @@ -7,12 +7,14 @@ app:defaultValue="true" app:iconSpaceReserved="false" app:key="@string/SET_UNFOLLOW_VALIDATION" + app:singleLineTitle="false" app:summary="@string/set_unfollow_validation" app:title="@string/set_unfollow_validation_title" /> @@ -20,6 +22,7 @@ @@ -27,6 +30,7 @@ app:defaultValue="false" app:iconSpaceReserved="false" app:key="@string/SET_SEND_CRASH_REPORTS" + app:singleLineTitle="false" app:summary="@string/set_enable_crash_report_indication" app:title="@string/set_enable_crash_report" /> diff --git a/app/src/main/res/xml/pref_notifications.xml b/app/src/main/res/xml/pref_notifications.xml index b4d7dc3ec..ccf60c47a 100644 --- a/app/src/main/res/xml/pref_notifications.xml +++ b/app/src/main/res/xml/pref_notifications.xml @@ -25,31 +25,37 @@ app:title="@string/settings_category_notif_categories"> @@ -90,8 +96,9 @@ app:key="button_media" app:title="@string/channel_notif_media" /> - @@ -113,8 +120,9 @@ app:key="notification_time_slot" app:summary="@string/set_enable_time_slot_indication" app:title="@string/set_enable_time_slot"> - diff --git a/app/src/main/res/xml/pref_privacy.xml b/app/src/main/res/xml/pref_privacy.xml index 209a7d096..cb673ab87 100644 --- a/app/src/main/res/xml/pref_privacy.xml +++ b/app/src/main/res/xml/pref_privacy.xml @@ -8,6 +8,7 @@ @@ -23,6 +24,7 @@ @@ -38,6 +40,7 @@ @@ -53,6 +56,7 @@ @@ -67,6 +71,7 @@ @@ -87,6 +92,7 @@ diff --git a/app/src/main/res/xml/pref_theming.xml b/app/src/main/res/xml/pref_theming.xml index 596ef8f76..1102e1632 100644 --- a/app/src/main/res/xml/pref_theming.xml +++ b/app/src/main/res/xml/pref_theming.xml @@ -15,6 +15,7 @@ app:defaultValue="false" app:iconSpaceReserved="false" app:key="use_custom_theme" + app:singleLineTitle="false" app:summary="@string/pref_custom_theme_new_summary" app:title="@string/pref_custom_theme" /> diff --git a/app/src/main/res/xml/pref_timelines.xml b/app/src/main/res/xml/pref_timelines.xml index 2f12f9ba0..1b9a9c738 100644 --- a/app/src/main/res/xml/pref_timelines.xml +++ b/app/src/main/res/xml/pref_timelines.xml @@ -4,26 +4,31 @@