diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2012-12-23 05:05:50 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2012-12-23 05:05:50 +0100 |
| commit | 2c2a35d664fc7a22d55f6006e58bfd57a76eb093 (patch) | |
| tree | b0fd8b047ab31b921125c4d968d7db0dc6c0115d /res/values/expirationtimes.xml | |
initial commit with first layout
Diffstat (limited to 'res/values/expirationtimes.xml')
| -rw-r--r-- | res/values/expirationtimes.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/expirationtimes.xml b/res/values/expirationtimes.xml new file mode 100644 index 0000000..93f233c --- /dev/null +++ b/res/values/expirationtimes.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string-array name="expiration_array"> + <item>One Hour</item> + <item>One Day</item> + <item>One Week</item> + </string-array> +</resources> |
