diff options
| author | Joe Robinson <joe@lc8n.com> | 2014-08-04 02:17:22 +0100 | 
|---|---|---|
| committer | Joe Robinson <joe@lc8n.com> | 2014-08-13 23:23:03 +0100 | 
| commit | 65c1db9dc23517ceff0e11e767585de330f70964 (patch) | |
| tree | c32f15920e56e81643bb81511a736c813740f05e /app/src/main/res/values | |
| parent | a5ca356e46df7e175c4c24a25b00c38c0954572f (diff) | |
Added partially working image viewer with paging
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 25d7732..ba06821 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -10,5 +10,8 @@      <string name="action_example">Example action</string>      <string name="action_settings">Settings</string>      <string name="hello_blank_fragment">Hello blank fragment</string> +    <string name="title_activity_image_viewer">ImageViewer</string> +    <string name="hello_world">Hello world!</string> +    <string name="title_activity_image_pager">ImagePager</string>  </resources> | 
