diff options
author | Joe Robinson <joe@lc8n.com> | 2019-04-20 03:56:13 +0200 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-04-20 03:56:13 +0200 |
commit | 9d430209d39d0e68f6311adfff9d476c8856f662 (patch) | |
tree | f31e91badaafb62825e737e435d55cd89301a9ae /app/src/main/res/values/strings.xml |
Initial commit - working file list view
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..e84590e --- /dev/null +++ b/app/src/main/res/values/strings.xml @@ -0,0 +1,9 @@ +<resources> + <string name="app_name">Blaupload3</string> + <string name="navigation_drawer_open">Open navigation drawer</string> + <string name="navigation_drawer_close">Close navigation drawer</string> + <string name="nav_header_title">Blaupload</string> + <string name="nav_header_subtitle">android.studio@android.com</string> + <string name="nav_header_desc">Navigation header</string> + <string name="action_settings">Settings</string> +</resources> |