diff options
| author | Jules Aguillon | 2022-01-30 23:29:50 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-01-30 23:29:50 +0100 |
| commit | 8631dfb723716e3273e92b2dfd02008d733b86a9 (patch) | |
| tree | 9c05a311c2554f11f2184198e40de3fa24807fa9 /res/values/strings.xml | |
| parent | c9f7f2cfc8c08254d9a2c7edd9d290759c63b9b6 (diff) | |
| download | unexpected-keyboard-8631dfb723716e3273e92b2dfd02008d733b86a9.tar.gz unexpected-keyboard-8631dfb723716e3273e92b2dfd02008d733b86a9.zip | |
Select theme depending on system settings
Automatically choose between the Dark and Light themes.
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1ff286a..199fbd2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -28,6 +28,7 @@ <string name="pref_character_size_title">Label size</string> <string name="pref_character_size_summary">Size of characters displayed on the keyboard (%.2fx)</string> <string name="pref_theme">Theme</string> + <string name="pref_theme_e_system">System settings</string> <string name="pref_theme_e_dark">Dark</string> <string name="pref_theme_e_light">Light</string> <string name="pref_theme_e_black">Black</string> |
