diff options
Diffstat (limited to 'sample/src/main/res/values')
-rw-r--r-- | sample/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sample/src/main/res/values/strings.xml b/sample/src/main/res/values/strings.xml index 56addfd..7399593 100644 --- a/sample/src/main/res/values/strings.xml +++ b/sample/src/main/res/values/strings.xml @@ -13,4 +13,6 @@ <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> + <string name="text">Text Pref</string> + <string name="text_desc">Saves the text</string> </resources> |