[Android] Resume playback shortcut title
Geoffrey Métais
git at videolan.org
Thu Dec 6 10:04:43 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Dec 6 10:04:08 2018 +0100| [dee12c150477393cf801f32d3dea22e9d6714f90] | committer: Geoffrey Métais
Resume playback shortcut title
> https://code.videolan.org/videolan/vlc-android/commit/dee12c150477393cf801f32d3dea22e9d6714f90
---
vlc-android/flavors/debug/res/xml/shortcuts.xml | 2 +-
vlc-android/res/values/strings.xml | 1 +
vlc-android/res/xml/shortcuts.xml | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/vlc-android/flavors/debug/res/xml/shortcuts.xml b/vlc-android/flavors/debug/res/xml/shortcuts.xml
index 55f0ae216..d42a64316 100644
--- a/vlc-android/flavors/debug/res/xml/shortcuts.xml
+++ b/vlc-android/flavors/debug/res/xml/shortcuts.xml
@@ -55,7 +55,7 @@
android:shortcutId="last_playlist"
android:enabled="true"
android:icon="@drawable/ic_queue_music"
- android:shortcutShortLabel="@string/last_playlist"
+ android:shortcutShortLabel="@string/last_playlist_shortcut"
android:shortcutLongLabel="@string/last_playlist" >
<intent
android:action="vlc.shortcut.resume"
diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index 75a7ff1b5..f7fa6357a 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -48,6 +48,7 @@
<string name="play_all">Play all</string>
<string name="append_all">Append all</string>
<string name="last_playlist">Last playlist</string>
+ <string name="last_playlist_shortcut">Resume playback</string>
<string name="delete">Delete</string>
<string name="remove">Remove</string>
<string name="set_song">Set as ringtone</string>
diff --git a/vlc-android/res/xml/shortcuts.xml b/vlc-android/res/xml/shortcuts.xml
index d1fa6ba7b..feb7be72c 100644
--- a/vlc-android/res/xml/shortcuts.xml
+++ b/vlc-android/res/xml/shortcuts.xml
@@ -55,7 +55,7 @@
android:shortcutId="last_playlist"
android:enabled="true"
android:icon="@drawable/ic_queue_music"
- android:shortcutShortLabel="@string/last_playlist"
+ android:shortcutShortLabel="@string/last_playlist_shortcut"
android:shortcutLongLabel="@string/last_playlist" >
<intent
android:action="vlc.shortcut.resume"
More information about the Android
mailing list