[Android] Update vlc-android/res/xml/shortcuts.xml to fix a build error

Jahan Zinedine git at videolan.org
Wed Jan 8 06:28:34 CET 2020


vlc-android | branch: master | Jahan Zinedine <jzinedine at gmail.com> | Mon Dec 23 20:40:36 2019 +0100| [b7ebee1e9d6b03b12176c1acd79e4b5e5e13d15f] | committer: Jean-Baptiste Kempf

Update vlc-android/res/xml/shortcuts.xml to fix a build error

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

 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 da7511647..1d512b359 100644
--- a/vlc-android/res/xml/shortcuts.xml
+++ b/vlc-android/res/xml/shortcuts.xml
@@ -6,8 +6,8 @@
         android:shortcutId="last_playlist"
         android:enabled="true"
         android:icon="@drawable/ic_shortcut_resume_playback"
-            android:shortcutShortLabel="@string/resume_playback_short"
-            android:shortcutLongLabel="@string/resume_playback_long">
+            android:shortcutShortLabel="@string/resume_playback_short_title"
+            android:shortcutLongLabel="@string/resume_playback_long_title">
         <intent
             android:action="vlc.shortcut.resume"
             android:targetPackage="org.videolan.vlc"
@@ -75,4 +75,4 @@
             android:targetClass="org.videolan.vlc.StartActivity" />
         <categories android:name="vlc.shortcut.category" />
     </shortcut>
-</shortcuts>
\ No newline at end of file
+</shortcuts>



More information about the Android mailing list