summaryrefslogtreecommitdiff
path: root/android/source/res/values
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2015-06-11 20:22:52 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2015-06-12 11:23:27 +0000
commitaa3cdfc8b61f8ef543a13741caf8cf88e3969a79 (patch)
tree134157888c1a5e7ad49c3714ffe043c1dd26f966 /android/source/res/values
parent371cecff13c1ba8d2ace97695c7ede6d90440736 (diff)
Android: show drawer ("hamburger") icon on root directory
When browsing the root directory, the application home button (on the top left corner) becomes a drawer icon. When not in the root dir, the icon is an arrow as usual. This will increase the visibility of the document providers feature. Also, modified the behavior of the system back key to close the drawer in case it is open. Change-Id: Id0ce932907bcec4b8601029482eda0c1c1f0df35 Reviewed-on: https://gerrit.libreoffice.org/16246 Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Diffstat (limited to 'android/source/res/values')
-rw-r--r--android/source/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml
index e2afccaf9f85..5e2dd9b62521 100644
--- a/android/source/res/values/strings.xml
+++ b/android/source/res/values/strings.xml
@@ -46,6 +46,8 @@
<string name="share_via">Share via</string>
<!-- Document provider names -->
+ <string name="document_locations">Document locations</string>
+ <string name="close_document_locations">Close document locations</string>
<string name="local_documents">Local documents</string>
<string name="local_file_system">Local file system</string>
<string name="owncloud">ownCloud</string>