diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-13 17:19:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 17:19:19 -0700 |
commit | c3f1fc6a8b3216442a018bb04843dfa68d738918 (patch) | |
tree | 1eb9dc13fc46e7ed98550f6edbdd015af9c106b8 /app/src/main/res/values/strings_pref_appearance.xml | |
parent | 1d364a1f5a8322ce8fbe200fcc9f5a41f91b41e8 (diff) | |
download | frost-c3f1fc6a8b3216442a018bb04843dfa68d738918.tar.gz frost-c3f1fc6a8b3216442a018bb04843dfa68d738918.tar.bz2 frost-c3f1fc6a8b3216442a018bb04843dfa68d738918.zip |
Separate pref strings, add notifs control, fix searchview (#60)v1.2.2
* Separate pref strings and add notif controls
* Add overlay toggle and minor cleanups
* Fix search view
Diffstat (limited to 'app/src/main/res/values/strings_pref_appearance.xml')
-rw-r--r-- | app/src/main/res/values/strings_pref_appearance.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_appearance.xml b/app/src/main/res/values/strings_pref_appearance.xml new file mode 100644 index 00000000..7f08d43c --- /dev/null +++ b/app/src/main/res/values/strings_pref_appearance.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string name="theme_customization">Theme Customization</string> + + <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> + <string name="icon_color">Icon Color</string> + + <string name="global_customization">Global Customization</string> + + <string name="rounded_icons">Rounded Icons</string> + <string name="rounded_icons_desc">Profile photos and group conversation icons will be rounded</string> + + <string name="tint_nav">Tint Nav Bar</string> + <string name="tint_nav_desc">Navigation bar will be the same color as the header</string> + <string name="web_text_scaling">Web Text Scaling</string> + <string name="web_text_scaling_desc">Text Scaling Example; Long press the percentage text to reset.</string> + +</resources>
\ No newline at end of file |