aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/values
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-14 16:09:43 -0700
committerAllan Wang <me@allanwang.ca>2017-06-14 16:09:43 -0700
commit90e61e0fef26b7134cdda1b97f1a358d7496c4ec (patch)
tree4a446cb56f80db8f382a9cec38f1da66ebe95901 /sample/src/main/res/values
parent7edb081d0e808982ba0d5c5d2a0021aa1befcd8c (diff)
downloadkau-90e61e0fef26b7134cdda1b97f1a358d7496c4ec.tar.gz
kau-90e61e0fef26b7134cdda1b97f1a358d7496c4ec.tar.bz2
kau-90e61e0fef26b7134cdda1b97f1a358d7496c4ec.zip
Add text pref with example
Diffstat (limited to 'sample/src/main/res/values')
-rw-r--r--sample/src/main/res/values/strings.xml2
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>