diff options
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> |