From c793a300cc271f50446712153b8cf432b3c6dd1b Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Thu, 18 Apr 2024 23:40:42 -0500 Subject: [PATCH] Add preference summary --- app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/preferences_task_edit.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 07ea1bae9..c908d4e72 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -370,6 +370,7 @@ File %1$s contained %2$s.\n\n (No title) Back button saves task Show edit screen without unlock + Enables use of Quick Settings tile without unlocking device Default list Default tags Default recurrence diff --git a/app/src/main/res/xml/preferences_task_edit.xml b/app/src/main/res/xml/preferences_task_edit.xml index feb097d25..2e0e81f19 100644 --- a/app/src/main/res/xml/preferences_task_edit.xml +++ b/app/src/main/res/xml/preferences_task_edit.xml @@ -39,6 +39,7 @@ android:defaultValue="false" android:key="@string/p_show_edit_screen_without_unlock" android:title="@string/show_edit_screen_without_unlock" + android:summary="@string/show_edit_screen_without_unlock_summary" app:singleLineTitle="false" />