[Android] Shortcuts: fix resIds for release

Geoffrey Métais git at videolan.org
Tue Sep 24 18:01:03 CEST 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Sep 24 17:59:45 2019 +0200| [ed43aeb40b4a8d93c1f1e1c80806629a9cb41874] | committer: Geoffrey Métais

Shortcuts: fix resIds for release

> https://code.videolan.org/videolan/vlc-android/commit/ed43aeb40b4a8d93c1f1e1c80806629a9cb41874
---

 vlc-android/res/xml/shortcuts.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vlc-android/res/xml/shortcuts.xml b/vlc-android/res/xml/shortcuts.xml
index ed5dfeb79..01f00be40 100644
--- a/vlc-android/res/xml/shortcuts.xml
+++ b/vlc-android/res/xml/shortcuts.xml
@@ -5,9 +5,9 @@
     <shortcut
         android:shortcutId="last_playlist"
         android:enabled="true"
-        android:icon="@drawable/ic_queue_music"
-            android:shortcutShortLabel="@string/last_playlist"
-            android:shortcutLongLabel="@string/last_playlist_shortcut">
+        android:icon="@drawable/ic_shortcut_resume_playback"
+        android:shortcutShortLabel="@string/resume_playback"
+        android:shortcutLongLabel="@string/resume_playback_long_shortcut">
         <intent
             android:action="vlc.shortcut.resume"
             android:targetPackage="org.videolan.vlc"



More information about the Android mailing list