From 290c2ec0e02bd682a69b27040c28372e026e7945 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 14 Nov 2018 12:33:11 +0900 Subject: 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 --- .../homescreen/qml/images/MediaMusic/AlbumArtwork.png | Bin 0 -> 25963 bytes .../homescreen/qml/images/MediaMusic/BackArrow.png | Bin 0 -> 691 bytes .../homescreen/qml/images/MediaMusic/ForwardArrow.png | Bin 0 -> 717 bytes .../homescreen/qml/images/MediaMusic/ShuffleIcon.png | Bin 0 -> 927 bytes .../homescreen/qml/images/MediaMusic/Volume_Loud.png | Bin 0 -> 579 bytes .../homescreen/qml/images/MediaMusic/Volume_Medium.png | Bin 0 -> 882 bytes .../homescreen/qml/images/MediaMusic/Volume_Off.png | Bin 0 -> 740 bytes .../homescreen/qml/images/MediaMusic/mediamusic.qrc | 11 +++++++++++ 8 files changed, 11 insertions(+) create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/AlbumArtwork.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/BackArrow.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ForwardArrow.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ShuffleIcon.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Loud.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Medium.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Off.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/mediamusic.qrc (limited to 'demo3/vertical/homescreen/homescreen/qml/images/MediaMusic') 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 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/AlbumArtwork.png 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 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/BackArrow.png 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 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ForwardArrow.png 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 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/ShuffleIcon.png 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 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Loud.png 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 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Medium.png 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 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaMusic/Volume_Off.png 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 @@ + + + AlbumArtwork.png + BackArrow.png + ForwardArrow.png + ShuffleIcon.png + Volume_Loud.png + Volume_Medium.png + Volume_Off.png + + -- cgit 1.2.3-korg