abouttreesummaryrefslogcommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorTadaCZE2024-07-06 20:32:01 +0000
committerGitHub2024-07-06 22:32:01 +0200
commitcd0f61da744f38f90aa942d08d038e09b6d32b79 (patch)
treec66adf2ee0f9f5e36682672a24e85924713e96f5 /res/values/strings.xml
parentce57b5a4a2dfa78c90cc1fb4c6ccc2b513431d1e (diff)
downloadunexpected-keyboard-cd0f61da744f38f90aa942d08d038e09b6d32b79.tar.gz
unexpected-keyboard-cd0f61da744f38f90aa942d08d038e09b6d32b79.zip
Add support for Android 12+ dynamic colors (#647)
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 75df689..edd9a10 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -68,6 +68,9 @@ This application contains no ads, doesn't make any network requests and is Open
<string name="pref_theme_e_epaper">ePaper</string>
<string name="pref_theme_e_desert">Desert</string>
<string name="pref_theme_e_jungle">Jungle</string>
+ <string name="pref_theme_e_monet">Monet (System)</string>
+ <string name="pref_theme_e_monetlight">Monet (Light)</string>
+ <string name="pref_theme_e_monetdark">Monet (Dark)</string>
<string name="pref_swipe_dist_e_very_short">Very short</string>
<string name="pref_swipe_dist_e_short">Short</string>
<string name="pref_swipe_dist_e_default">Normal</string>