summaryrefslogtreecommitdiff
path: root/cmactions/res/values/arrays.xml
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-10-05 22:41:10 +0200
committerGitHub <noreply@github.com>2016-10-05 22:41:10 +0200
commitd40a4a62b2db2327686cc3523aff22edd22dee3b (patch)
tree91bdcfd1acea9a7c01bc43779c43491a161b8234 /cmactions/res/values/arrays.xml
parent1510f72abfa7bbeabd48f8fb6a2f43874168928e (diff)
parenta69af6ca790c5677fc6a49176ccbeb55e260eb14 (diff)
Merge pull request #24 from y3seker/cm-12.1
CMActions: cleanup and gestures update
Diffstat (limited to 'cmactions/res/values/arrays.xml')
-rw-r--r--cmactions/res/values/arrays.xml22
1 files changed, 10 insertions, 12 deletions
diff --git a/cmactions/res/values/arrays.xml b/cmactions/res/values/arrays.xml
index 4ebbd52..8982cb4 100644
--- a/cmactions/res/values/arrays.xml
+++ b/cmactions/res/values/arrays.xml
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="gesture_action_titles">
- <item>Disabled</item>
- <item>Wake Up</item>
- <item>Unlock</item>
- <item>Play/Pause</item>
- <item>Next Song</item>
- <item>Previous Song</item>
- <item>Launch Camera</item>
- <item>Toggle Flashlight</item>
- <item>Do Not Disturb Mode</item>
- <item>Normal Mode</item>
- <item>Mute Mode</item>
+ <item>@string/wakeUp</item>
+ <item>@string/unlock</item>
+ <item>@string/play</item>
+ <item>@string/next</item>
+ <item>@string/prev</item>
+ <item>@string/camera</item>
+ <item>@string/flashlight</item>
+ <item>@string/doNotDisturbMode</item>
+ <item>@string/normalMode</item>
+ <item>@string/muteMode</item>
</string-array>
<string-array name="gesture_action_values">
- <item>disabled</item>
<item>wakeUp</item>
<item>unlock</item>
<item>play</item>