summaryrefslogtreecommitdiffstats
path: root/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:33:11 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:34:23 +0900
commit290c2ec0e02bd682a69b27040c28372e026e7945 (patch)
treec1edac51a684c2fe2a91a112354999347fe11239 /demo3/vertical/homescreen/homescreen/qml/images/MediaMusic
parent721d5206c84e5d5b9572fa65be7e17b1eabffe1e (diff)
Add homescreen for vertical mode
Add homescreen source for vertical mode. Change shortcut area's hvac icon to videoplayer. Change-Id: Ic474f9cfdf4f951074f711b39975e69f273c8b35 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'demo3/vertical/homescreen/homescreen/qml/images/MediaMusic')
-rw-r--r--demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/AlbumArtwork.pngbin0 -> 25963 bytes
-rw-r--r--demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/BackArrow.pngbin0 -> 691 bytes
-rw-r--r--demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ForwardArrow.pngbin0 -> 717 bytes
-rw-r--r--demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ShuffleIcon.pngbin0 -> 927 bytes
-rw-r--r--demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Loud.pngbin0 -> 579 bytes
-rw-r--r--demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Medium.pngbin0 -> 882 bytes
-rw-r--r--demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Off.pngbin0 -> 740 bytes
-rw-r--r--demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/mediamusic.qrc11
8 files changed, 11 insertions, 0 deletions
diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/AlbumArtwork.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/AlbumArtwork.png
new file mode 100644
index 0000000..3716ab3
--- /dev/null
+++ b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/AlbumArtwork.png
Binary files differ
diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/BackArrow.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/BackArrow.png
new file mode 100644
index 0000000..63e38d9
--- /dev/null
+++ b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/BackArrow.png
Binary files differ
diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ForwardArrow.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ForwardArrow.png
new file mode 100644
index 0000000..a513705
--- /dev/null
+++ b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ForwardArrow.png
Binary files differ
diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ShuffleIcon.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ShuffleIcon.png
new file mode 100644
index 0000000..30f75c5
--- /dev/null
+++ b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ShuffleIcon.png
Binary files differ
diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Loud.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Loud.png
new file mode 100644
index 0000000..8ea4402
--- /dev/null
+++ b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Loud.png
Binary files differ
diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Medium.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Medium.png
new file mode 100644
index 0000000..ae5c82e
--- /dev/null
+++ b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Medium.png
Binary files differ
diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Off.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Off.png
new file mode 100644
index 0000000..07e3353
--- /dev/null
+++ b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Off.png
Binary files differ
diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/mediamusic.qrc b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/mediamusic.qrc
new file mode 100644
index 0000000..b1138c0
--- /dev/null
+++ b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/mediamusic.qrc
@@ -0,0 +1,11 @@
+<RCC>
+ <qresource prefix="/images/MediaMusic">
+ <file>AlbumArtwork.png</file>
+ <file>BackArrow.png</file>
+ <file>ForwardArrow.png</file>
+ <file>ShuffleIcon.png</file>
+ <file>Volume_Loud.png</file>
+ <file>Volume_Medium.png</file>
+ <file>Volume_Off.png</file>
+ </qresource>
+</RCC>