From 56be4c7beef3832c55048421275431904021bbe3 Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Sat, 12 Aug 2023 11:47:17 +0200 Subject: [PATCH] Add explanation for dynamic colors theme --- CHANGELOG.md | 2 +- app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/preferences.xml | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce3705ba..9f326ecdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ### Changelog #### Next Version (WIP) -* Switch UI to Material 3 and support dynamic colors +* Upgrade UI to Material 3 and add dynamic colors theme * Initial support for Bohemic Smart Bracelet * Initial support for Casio GW-B5600 * Initial support for Garmin Vivomove HR diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2e6a11bc8..9f71ec49c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2228,4 +2228,5 @@ Full sync This will trigger a full sync of all activity data from the device. It may take a few minutes to complete. Dynamic colors are not available on your device, only Android 12+ supports this functionality. Gadgetbridge will use the default Material 3 colors. + Note: for the dynamic colors theme you need to enable Wallpaper Colors or Color Palette in your Android 12+ appearance settings. If you don\'t, Gadgetbridge will use the default Material 3 colors. diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 1bfb1ee36..c403ba2a7 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -69,6 +69,12 @@ android:layout="@layout/preference_checkbox" android:title="@string/pref_theme_black_background" app:iconSpaceReserved="false" /> +