From 6ab046a5aa68b716b412828c6acbace599952334 Mon Sep 17 00:00:00 2001 From: melocene <70103789+melocene@users.noreply.github.com> Date: Sat, 13 Mar 2021 12:19:24 -0600 Subject: [PATCH] Add preference for higher contrast symbols --- uhabits-android/src/main/res/values/strings.xml | 2 ++ uhabits-android/src/main/res/xml/preferences.xml | 7 +++++++ .../org/isoron/uhabits/core/preferences/Preferences.kt | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/uhabits-android/src/main/res/values/strings.xml b/uhabits-android/src/main/res/values/strings.xml index 61487bb04..3bd569772 100644 --- a/uhabits-android/src/main/res/values/strings.xml +++ b/uhabits-android/src/main/res/values/strings.xml @@ -237,6 +237,8 @@ Sync key already installed Show question marks for missing data Differentiate days without data from actual lapses. To enter a lapse, toggle twice. + Use higher contrast for symbols + Task progress symbols will use a higher contrast font color. You are now a developer No app was found to support this action Extend day a few hours past midnight diff --git a/uhabits-android/src/main/res/xml/preferences.xml b/uhabits-android/src/main/res/xml/preferences.xml index 26afdeac3..e786e7e5c 100644 --- a/uhabits-android/src/main/res/xml/preferences.xml +++ b/uhabits-android/src/main/res/xml/preferences.xml @@ -52,6 +52,13 @@ android:title="@string/pref_unknown_title" app:iconSpaceReserved="false" /> + +