From 14e3586827071d1d2ed822ef452f6513cf01044e Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Thu, 7 Jun 2018 19:29:27 +0900 Subject: Change music name to mediaplayer HomeScreen use music as the name of mediaplayer application, That make two problems, and try to fix it. 1 Can not diaplay correct mediaplayer icon in launcher. 2 Can not switch to mediaplayer screen by click shortcut icon. Change-Id: I99fd6ac1e5ec13f7e7933bfb5c3762cacf984d8e Signed-off-by: zheng_wenlong --- homescreen/qml/ShortcutArea.qml | 2 +- homescreen/qml/images/Home/home.qrc | 4 +- homescreen/qml/images/Home/music_active.svg | 172 --------------------- homescreen/qml/images/Home/music_inactive.svg | 111 ------------- homescreen/qml/images/Shortcut/mediaplayer.svg | 50 ++++++ .../qml/images/Shortcut/mediaplayer_active.svg | 63 ++++++++ homescreen/qml/images/Shortcut/music.svg | 50 ------ homescreen/qml/images/Shortcut/music_active.svg | 63 -------- homescreen/qml/images/Shortcut/shortcut.qrc | 4 +- 9 files changed, 118 insertions(+), 401 deletions(-) delete mode 100644 homescreen/qml/images/Home/music_active.svg delete mode 100644 homescreen/qml/images/Home/music_inactive.svg create mode 100644 homescreen/qml/images/Shortcut/mediaplayer.svg create mode 100644 homescreen/qml/images/Shortcut/mediaplayer_active.svg delete mode 100644 homescreen/qml/images/Shortcut/music.svg delete mode 100644 homescreen/qml/images/Shortcut/music_active.svg (limited to 'homescreen') diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml index 1698a88..150658c 100644 --- a/homescreen/qml/ShortcutArea.qml +++ b/homescreen/qml/ShortcutArea.qml @@ -32,7 +32,7 @@ Item { application: '' } ListElement { - name: 'Music' + name: 'MediaPlayer' application: 'mediaplayer@0.1' } ListElement { diff --git a/homescreen/qml/images/Home/home.qrc b/homescreen/qml/images/Home/home.qrc index 92f8501..4c89fe9 100644 --- a/homescreen/qml/images/Home/home.qrc +++ b/homescreen/qml/images/Home/home.qrc @@ -9,8 +9,8 @@ hvac_inactive.svg mixer_active.svg mixer_inactive.svg - music_active.svg - music_inactive.svg + mediaplayer_active.svg + mediaplayer_inactive.svg navigation_active.svg navigation_inactive.svg phone_active.svg diff --git a/homescreen/qml/images/Home/music_active.svg b/homescreen/qml/images/Home/music_active.svg deleted file mode 100644 index d560c3a..0000000 --- a/homescreen/qml/images/Home/music_active.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/music_inactive.svg b/homescreen/qml/images/Home/music_inactive.svg deleted file mode 100644 index b6ec056..0000000 --- a/homescreen/qml/images/Home/music_inactive.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Shortcut/mediaplayer.svg b/homescreen/qml/images/Shortcut/mediaplayer.svg new file mode 100644 index 0000000..de7448d --- /dev/null +++ b/homescreen/qml/images/Shortcut/mediaplayer.svg @@ -0,0 +1,50 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/homescreen/qml/images/Shortcut/mediaplayer_active.svg b/homescreen/qml/images/Shortcut/mediaplayer_active.svg new file mode 100644 index 0000000..16e3af5 --- /dev/null +++ b/homescreen/qml/images/Shortcut/mediaplayer_active.svg @@ -0,0 +1,63 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/homescreen/qml/images/Shortcut/music.svg b/homescreen/qml/images/Shortcut/music.svg deleted file mode 100644 index de7448d..0000000 --- a/homescreen/qml/images/Shortcut/music.svg +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Shortcut/music_active.svg b/homescreen/qml/images/Shortcut/music_active.svg deleted file mode 100644 index 16e3af5..0000000 --- a/homescreen/qml/images/Shortcut/music_active.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Shortcut/shortcut.qrc b/homescreen/qml/images/Shortcut/shortcut.qrc index 99d282e..3c691ce 100644 --- a/homescreen/qml/images/Shortcut/shortcut.qrc +++ b/homescreen/qml/images/Shortcut/shortcut.qrc @@ -4,8 +4,8 @@ home_active.svg hvac.svg hvac_active.svg - music.svg - music_active.svg + mediaplayer.svg + mediaplayer_active.svg navigation.svg navigation_active.svg -- cgit 1.2.3-korg