summaryrefslogtreecommitdiff
path: root/Source/Android/res/values
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2013-06-22 07:45:05 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2013-06-22 07:45:05 -0500
commit2b9f79dff32b16c5f61dcf4da643cca67c599833 (patch)
treecd50f1f83c69558027298c0535127f2621c4ab9d /Source/Android/res/values
parent15943de3135dbc23fc337d00ae67d51d8fd389f3 (diff)
[Android] Remove SimonVT menudrawer library. Move to Google's support library for their navigation drawer support. Overall cleanup.
Diffstat (limited to 'Source/Android/res/values')
-rw-r--r--Source/Android/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml
index 2cfdcb6e7e..40a14e3b4e 100644
--- a/Source/Android/res/values/strings.xml
+++ b/Source/Android/res/values/strings.xml
@@ -2,5 +2,7 @@
<resources>
<string name="app_name">Dolphin Emulator</string>
+ <string name="drawer_open">Open navigation drawer</string>
+ <string name="drawer_close">Close navigation drawer</string>
</resources>