From 131bf218139467a7761fee118fa345bea73117cc Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 13 Jun 2018 09:38:04 +0900 Subject: change shortcut icon for als2018 --- homescreen/qml/images/Shortcut/dashboard.svg | 176 +++++++++++++++++++ .../qml/images/Shortcut/dashboard_active.svg | 186 +++++++++++++++++++++ homescreen/qml/images/Shortcut/shortcut.qrc | 4 + homescreen/qml/images/Shortcut/video.svg | 109 ++++++++++++ homescreen/qml/images/Shortcut/video_active.svg | 126 ++++++++++++++ 5 files changed, 601 insertions(+) create mode 100644 homescreen/qml/images/Shortcut/dashboard.svg create mode 100644 homescreen/qml/images/Shortcut/dashboard_active.svg create mode 100644 homescreen/qml/images/Shortcut/video.svg create mode 100644 homescreen/qml/images/Shortcut/video_active.svg (limited to 'homescreen/qml/images/Shortcut') diff --git a/homescreen/qml/images/Shortcut/dashboard.svg b/homescreen/qml/images/Shortcut/dashboard.svg new file mode 100644 index 0000000..925aa7f --- /dev/null +++ b/homescreen/qml/images/Shortcut/dashboard.svg @@ -0,0 +1,176 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/homescreen/qml/images/Shortcut/dashboard_active.svg b/homescreen/qml/images/Shortcut/dashboard_active.svg new file mode 100644 index 0000000..1312551 --- /dev/null +++ b/homescreen/qml/images/Shortcut/dashboard_active.svg @@ -0,0 +1,186 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/homescreen/qml/images/Shortcut/shortcut.qrc b/homescreen/qml/images/Shortcut/shortcut.qrc index 99d282e..21ac535 100644 --- a/homescreen/qml/images/Shortcut/shortcut.qrc +++ b/homescreen/qml/images/Shortcut/shortcut.qrc @@ -8,5 +8,9 @@ music_active.svg navigation.svg navigation_active.svg + dashboard.svg + dashboard_active.svg + video.svg + video_active.svg diff --git a/homescreen/qml/images/Shortcut/video.svg b/homescreen/qml/images/Shortcut/video.svg new file mode 100644 index 0000000..e368922 --- /dev/null +++ b/homescreen/qml/images/Shortcut/video.svg @@ -0,0 +1,109 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/homescreen/qml/images/Shortcut/video_active.svg b/homescreen/qml/images/Shortcut/video_active.svg new file mode 100644 index 0000000..344385f --- /dev/null +++ b/homescreen/qml/images/Shortcut/video_active.svg @@ -0,0 +1,126 @@ + + + + + + image/svg+xml + + + + + + + -- cgit 1.2.3-korg