diff options
author | Joe Robinson <joe@lc8n.com> | 2014-08-03 03:51:13 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2014-08-03 03:51:13 +0100 |
commit | 3398c580fd742d785ce5cc90ba2d1c720874fb3f (patch) | |
tree | 23268d04efd62f0fb2954c76ecee63dcee7fd464 /app/src/main/res/values/strings.xml | |
parent | 848cfa51b7de694fbcef75b41818b33ed81b7359 (diff) |
Created the home screen with a grid of images from blaupload
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index edcacd6..25d7732 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,12 +2,13 @@ <resources> <string name="app_name">blaupload</string> - <string name="title_section1">Section 1</string> - <string name="title_section2">Section 2</string> - <string name="title_section3">Section 3</string> + <string name="title_section1">Images</string> + <string name="title_section2">Upload</string> + <string name="title_section3">Locate</string> <string name="navigation_drawer_open">Open navigation drawer</string> <string name="navigation_drawer_close">Close navigation drawer</string> <string name="action_example">Example action</string> <string name="action_settings">Settings</string> + <string name="hello_blank_fragment">Hello blank fragment</string> </resources> |