diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-14 17:01:13 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-14 17:01:13 -0700 |
commit | fbbc92e4c98a30e107fb2a63887f8b6d20bffabb (patch) | |
tree | ec603d3379ddad94df084f94132ac0c739bcb4ac /app/src/main/res/values/strings_preferences | |
parent | aa01ec691ef2638da7c22bf3cbd1a9c5e213ca1f (diff) | |
download | frost-fbbc92e4c98a30e107fb2a63887f8b6d20bffabb.tar.gz frost-fbbc92e4c98a30e107fb2a63887f8b6d20bffabb.tar.bz2 frost-fbbc92e4c98a30e107fb2a63887f8b6d20bffabb.zip |
Update themes and started theme settings
Diffstat (limited to 'app/src/main/res/values/strings_preferences')
-rw-r--r-- | app/src/main/res/values/strings_preferences | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index 9f9ca131..03d5e905 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -1,4 +1,5 @@ <resources> + <string name="theme">Theme</string> <string name="text_color">Text Color</string> <string name="background_color">Background Color</string> <string name="header_color">Header Color</string> |