aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/apps/viewer/src/main/res/values
diff options
context:
space:
mode:
authorGravatar liyuqian <liyuqian@google.com>2016-05-26 12:43:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-26 12:43:43 -0700
commit4e4e30823fba0047b93a56bfcf05c04ca57e82ec (patch)
treec53c00cf8a97d4ad477b22580ec3ccd5e658559c /platform_tools/android/apps/viewer/src/main/res/values
parent497290824f8d2eb6705fd2785e1851cecf9e2b03 (diff)
Now we can use drawer to view the state information of the native app, and set its state using the spinner.
Diffstat (limited to 'platform_tools/android/apps/viewer/src/main/res/values')
-rw-r--r--platform_tools/android/apps/viewer/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform_tools/android/apps/viewer/src/main/res/values/strings.xml b/platform_tools/android/apps/viewer/src/main/res/values/strings.xml
new file mode 100644
index 0000000000..582c566679
--- /dev/null
+++ b/platform_tools/android/apps/viewer/src/main/res/values/strings.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="drawer_open">Open navigation drawer</string>
+ <string name="drawer_close">Close navigation drawer</string>
+</resources> \ No newline at end of file