diff options
| author | Comment <tim@gray.(none)> | 2013-08-06 23:21:14 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-08-06 23:21:14 +0100 |
| commit | 81a7fbb76d121e1e60d028485b2abbac9e3882a8 (patch) | |
| tree | 986257e48c256eb5e69e8c85cb579272fdc3ddbf /res/values/strings.xml | |
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 0000000..8b9e6e4 --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string name="app_name">capture</string> + <string name="action_settings">Settings</string> + <string name="hello_world">Hello world!</string> + +</resources> |
