diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-06-22 07:45:05 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-06-22 07:45:05 -0500 |
| commit | 2b9f79dff32b16c5f61dcf4da643cca67c599833 (patch) | |
| tree | cd50f1f83c69558027298c0535127f2621c4ab9d /Source/Android/res/values | |
| parent | 15943de3135dbc23fc337d00ae67d51d8fd389f3 (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.xml | 2 |
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> |
