[Android] Fix shortcut title in debug
Geoffrey Métais
git at videolan.org
Tue Dec 11 18:07:30 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec 11 17:55:20 2018 +0100| [750f9999447b0a41e0993c09b8c41054e46716bc] | committer: Geoffrey Métais
Fix shortcut title in debug
> https://code.videolan.org/videolan/vlc-android/commit/750f9999447b0a41e0993c09b8c41054e46716bc
---
vlc-android/flavors/debug/res/xml/shortcuts.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/flavors/debug/res/xml/shortcuts.xml b/vlc-android/flavors/debug/res/xml/shortcuts.xml
index db6901420..b17e1f0c1 100644
--- a/vlc-android/flavors/debug/res/xml/shortcuts.xml
+++ b/vlc-android/flavors/debug/res/xml/shortcuts.xml
@@ -6,7 +6,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