diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-10 23:46:02 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-10 23:46:02 -0700 |
commit | c00f9e2674f5109a64f1f50873ce08089a2fce33 (patch) | |
tree | f12b43da762a34b9e803c48c9d53be473cff9c54 /sample/src/main/res/values/strings.xml | |
parent | 93846b3df8fd838a3277f5bacaa99e4ffb59012a (diff) | |
download | kau-c00f9e2674f5109a64f1f50873ce08089a2fce33.tar.gz kau-c00f9e2674f5109a64f1f50873ce08089a2fce33.tar.bz2 kau-c00f9e2674f5109a64f1f50873ce08089a2fce33.zip |
Create kpref activity base
Diffstat (limited to 'sample/src/main/res/values/strings.xml')
-rw-r--r-- | sample/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sample/src/main/res/values/strings.xml b/sample/src/main/res/values/strings.xml index 44421fe..1246baf 100644 --- a/sample/src/main/res/values/strings.xml +++ b/sample/src/main/res/values/strings.xml @@ -8,5 +8,9 @@ <string name="checkbox_3">Checkbox 3</string> <string name="desc_disabled">I am disabled</string> <string name="text_color">Text Color</string> + <string name="accent_color">Accent Color</string> <string name="background_color">Background Color</string> + <string name="color_custom">This selector allows custom colors</string> + <string name="color_no_custom">This selector does not allow custom colors</string> + <string name="color_custom_alpha">This selector allows for custom colors with alpha values</string> </resources> |