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 --- .../images/AGL_HMI_Blue_Background_NoCar-01.png | Bin 0 -> 951359 bytes .../qml/images/AGL_HMI_Full_Background.png | Bin 0 -> 8306 bytes .../qml/images/AGL_HMI_Normal_Background.png | Bin 0 -> 10012 bytes .../qml/images/MediaMusic/AlbumArtwork.png | Bin 0 -> 25963 bytes .../homescreen/qml/images/MediaMusic/BackArrow.png | Bin 0 -> 691 bytes .../qml/images/MediaMusic/ForwardArrow.png | Bin 0 -> 717 bytes .../qml/images/MediaMusic/ShuffleIcon.png | Bin 0 -> 927 bytes .../qml/images/MediaMusic/Volume_Loud.png | Bin 0 -> 579 bytes .../qml/images/MediaMusic/Volume_Medium.png | Bin 0 -> 882 bytes .../qml/images/MediaMusic/Volume_Off.png | Bin 0 -> 740 bytes .../qml/images/MediaMusic/mediamusic.qrc | 11 + .../MediaPlayer/AGL_MediaPlayer_AlbumArtwork.png | Bin 0 -> 1854532 bytes .../MediaPlayer/AGL_MediaPlayer_BackArrow.png | Bin 0 -> 648 bytes .../AGL_MediaPlayer_Bluetooth_Active.png | Bin 0 -> 4637 bytes .../AGL_MediaPlayer_Bluetooth_Inactive.png | Bin 0 -> 2790 bytes .../MediaPlayer/AGL_MediaPlayer_CD_Active.png | Bin 0 -> 5581 bytes .../MediaPlayer/AGL_MediaPlayer_CD_Inactive.png | Bin 0 -> 3223 bytes .../MediaPlayer/AGL_MediaPlayer_DividingLine.png | Bin 0 -> 342 bytes .../MediaPlayer/AGL_MediaPlayer_ForwardArrow.png | Bin 0 -> 675 bytes .../MediaPlayer/AGL_MediaPlayer_Loop_Active.png | Bin 0 -> 996 bytes .../MediaPlayer/AGL_MediaPlayer_Loop_Inactive.png | Bin 0 -> 1199 bytes .../MediaPlayer/AGL_MediaPlayer_Player_Pause.png | Bin 0 -> 3959 bytes .../MediaPlayer/AGL_MediaPlayer_Player_Play.png | Bin 0 -> 4078 bytes .../AGL_MediaPlayer_PlaylistToggle_Active.png | Bin 0 -> 2061 bytes .../AGL_MediaPlayer_PlaylistToggle_Inactive.png | Bin 0 -> 2061 bytes .../AGL_MediaPlayer_Playlist_Active.png | Bin 0 -> 4251 bytes .../AGL_MediaPlayer_Playlist_Inactive.png | Bin 0 -> 2547 bytes .../MediaPlayer/AGL_MediaPlayer_Radio_Active.png | Bin 0 -> 4673 bytes .../MediaPlayer/AGL_MediaPlayer_Radio_Inactive.png | Bin 0 -> 2877 bytes .../MediaPlayer/AGL_MediaPlayer_Shuffle_Active.png | Bin 0 -> 1139 bytes .../AGL_MediaPlayer_Shuffle_Inactive.png | Bin 0 -> 1379 bytes .../qml/images/MediaPlayer/Albums_Active.png | Bin 0 -> 4616 bytes .../qml/images/MediaPlayer/Albums_Inactive.png | Bin 0 -> 2965 bytes .../qml/images/MediaPlayer/DividingLine.png | Bin 0 -> 419 bytes .../qml/images/MediaPlayer/GreenLine.png | Bin 0 -> 364 bytes .../qml/images/MediaPlayer/Music_Active.png | Bin 0 -> 2567 bytes .../qml/images/MediaPlayer/Music_Inactive.png | Bin 0 -> 2692 bytes .../qml/images/MediaPlayer/Podcasts_Active.png | Bin 0 -> 3687 bytes .../qml/images/MediaPlayer/Podcasts_Inactive.png | Bin 0 -> 3014 bytes .../qml/images/MediaPlayer/Popup_Highlight.png | Bin 0 -> 780 bytes .../qml/images/MediaPlayer/Popup_PauseIcon.png | Bin 0 -> 1496 bytes .../qml/images/MediaPlayer/Popup_PlayIcon.png | Bin 0 -> 2273 bytes .../qml/images/MediaPlayer/Popup_VerticalLine.png | Bin 0 -> 364 bytes .../homescreen/qml/images/MediaPlayer/X.png | Bin 0 -> 640 bytes .../qml/images/MediaPlayer/mediaplayer.qrc | 37 ++ .../homescreen/qml/images/Shortcut/hvac.svg | 600 ++++++++++++++++++++ .../homescreen/qml/images/Shortcut/hvac_active.svg | 614 +++++++++++++++++++++ .../homescreen/qml/images/Shortcut/launcher.svg | 73 +++ .../qml/images/Shortcut/launcher_active.svg | 82 +++ .../homescreen/qml/images/Shortcut/mediaplayer.svg | 50 ++ .../qml/images/Shortcut/mediaplayer_active.svg | 63 +++ .../homescreen/qml/images/Shortcut/navigation.svg | 77 +++ .../qml/images/Shortcut/navigation_active.svg | 90 +++ .../homescreen/qml/images/Shortcut/shortcut.qrc | 14 + .../homescreen/qml/images/Shortcut/video.svg | 109 ++++ .../qml/images/Shortcut/video_active.svg | 126 +++++ .../Status/HMI_Status_Bluetooth_Inactive-01.png | Bin 0 -> 1170 bytes .../images/Status/HMI_Status_Bluetooth_On-01.png | Bin 0 -> 922 bytes .../images/Status/HMI_Status_Signal_1Bars-01.png | Bin 0 -> 570 bytes .../images/Status/HMI_Status_Signal_2Bars-01.png | Bin 0 -> 564 bytes .../images/Status/HMI_Status_Signal_3Bars-01.png | Bin 0 -> 560 bytes .../images/Status/HMI_Status_Signal_4Bars-01.png | Bin 0 -> 552 bytes .../images/Status/HMI_Status_Signal_Full-01.png | Bin 0 -> 544 bytes .../images/Status/HMI_Status_Signal_NoBars-01.png | Bin 0 -> 575 bytes .../qml/images/Status/HMI_Status_Wifi_1Bar-01.png | Bin 0 -> 1245 bytes .../qml/images/Status/HMI_Status_Wifi_2Bars-01.png | Bin 0 -> 1198 bytes .../qml/images/Status/HMI_Status_Wifi_3Bars-01.png | Bin 0 -> 1120 bytes .../qml/images/Status/HMI_Status_Wifi_Full-01.png | Bin 0 -> 995 bytes .../images/Status/HMI_Status_Wifi_NoBars-01.png | Bin 0 -> 1278 bytes .../homescreen/qml/images/Status/status.qrc | 17 + .../qml/images/TopSection_NoText_NoIcons-01.png | Bin 0 -> 2097 bytes .../qml/images/Utility_Logo_Background-01.png | Bin 0 -> 1150 bytes .../homescreen/qml/images/Utility_Logo_Grey-01.svg | 84 +++ .../qml/images/Utility_Music_Background-01.png | Bin 0 -> 711 bytes .../qml/images/Utility_Radio_Background-01.png | Bin 0 -> 920 bytes .../qml/images/Weather/WeatherIcons_ALL-01.png | Bin 0 -> 1320 bytes .../qml/images/Weather/WeatherIcons_Cloudy-01.png | Bin 0 -> 715 bytes .../qml/images/Weather/WeatherIcons_Moon-01.png | Bin 0 -> 749 bytes .../Weather/WeatherIcons_PartiallyCloudy-01.png | Bin 0 -> 900 bytes .../qml/images/Weather/WeatherIcons_Rain-01.png | Bin 0 -> 870 bytes .../qml/images/Weather/WeatherIcons_Snow-01.png | Bin 0 -> 840 bytes .../qml/images/Weather/WeatherIcons_Sun-01.png | Bin 0 -> 807 bytes .../Weather/WeatherIcons_Thunderstorm-01.png | Bin 0 -> 886 bytes .../homescreen/qml/images/Weather/weather.qrc | 12 + .../homescreen/qml/images/fullscreen.png | Bin 0 -> 1633 bytes .../homescreen/homescreen/qml/images/images.qrc | 14 + .../homescreen/homescreen/qml/images/normal.png | Bin 0 -> 1626 bytes 87 files changed, 2073 insertions(+) create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Blue_Background_NoCar-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Full_Background.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Normal_Background.png 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 create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_AlbumArtwork.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_BackArrow.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Bluetooth_Active.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Bluetooth_Inactive.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_CD_Active.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_CD_Inactive.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_DividingLine.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_ForwardArrow.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Loop_Active.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Loop_Inactive.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Player_Pause.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Player_Play.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_PlaylistToggle_Active.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_PlaylistToggle_Inactive.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Playlist_Active.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Playlist_Inactive.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Radio_Active.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Radio_Inactive.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Shuffle_Active.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Shuffle_Inactive.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Albums_Active.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Albums_Inactive.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/DividingLine.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/GreenLine.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Music_Active.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Music_Inactive.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Podcasts_Active.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Podcasts_Inactive.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_Highlight.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_PauseIcon.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_PlayIcon.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_VerticalLine.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/X.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/mediaplayer.qrc create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/hvac.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/hvac_active.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/launcher.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/launcher_active.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/mediaplayer.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/mediaplayer_active.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/navigation.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/navigation_active.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/shortcut.qrc create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/video.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Shortcut/video_active.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Bluetooth_Inactive-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Bluetooth_On-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_1Bars-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_2Bars-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_3Bars-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_4Bars-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_Full-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_NoBars-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_1Bar-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_2Bars-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_3Bars-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_Full-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_NoBars-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Status/status.qrc create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/TopSection_NoText_NoIcons-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Utility_Logo_Background-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Utility_Logo_Grey-01.svg create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Utility_Music_Background-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Utility_Radio_Background-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_ALL-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Cloudy-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Moon-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_PartiallyCloudy-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Rain-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Snow-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Sun-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Thunderstorm-01.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/Weather/weather.qrc create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/fullscreen.png create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/images.qrc create mode 100644 demo3/vertical/homescreen/homescreen/qml/images/normal.png (limited to 'demo3/vertical/homescreen/homescreen/qml/images') diff --git a/demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Blue_Background_NoCar-01.png b/demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Blue_Background_NoCar-01.png new file mode 100644 index 0000000..a4e026c Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Blue_Background_NoCar-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Full_Background.png b/demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Full_Background.png new file mode 100644 index 0000000..8b11e20 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Full_Background.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Normal_Background.png b/demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Normal_Background.png new file mode 100644 index 0000000..c686067 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/AGL_HMI_Normal_Background.png differ 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 + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_AlbumArtwork.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_AlbumArtwork.png new file mode 100644 index 0000000..14a52b2 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_AlbumArtwork.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_BackArrow.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_BackArrow.png new file mode 100644 index 0000000..0ec1f67 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_BackArrow.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Bluetooth_Active.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Bluetooth_Active.png new file mode 100644 index 0000000..bc2df1d Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Bluetooth_Active.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Bluetooth_Inactive.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Bluetooth_Inactive.png new file mode 100644 index 0000000..8d8fc02 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Bluetooth_Inactive.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_CD_Active.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_CD_Active.png new file mode 100644 index 0000000..94fe38f Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_CD_Active.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_CD_Inactive.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_CD_Inactive.png new file mode 100644 index 0000000..12609e1 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_CD_Inactive.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_DividingLine.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_DividingLine.png new file mode 100644 index 0000000..299903e Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_DividingLine.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_ForwardArrow.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_ForwardArrow.png new file mode 100644 index 0000000..33cc700 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_ForwardArrow.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Loop_Active.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Loop_Active.png new file mode 100644 index 0000000..9bdb14d Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Loop_Active.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Loop_Inactive.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Loop_Inactive.png new file mode 100644 index 0000000..76b0fc9 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Loop_Inactive.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Player_Pause.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Player_Pause.png new file mode 100644 index 0000000..c423005 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Player_Pause.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Player_Play.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Player_Play.png new file mode 100644 index 0000000..beece66 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Player_Play.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_PlaylistToggle_Active.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_PlaylistToggle_Active.png new file mode 100644 index 0000000..eec608f Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_PlaylistToggle_Active.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_PlaylistToggle_Inactive.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_PlaylistToggle_Inactive.png new file mode 100644 index 0000000..d392a90 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_PlaylistToggle_Inactive.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Playlist_Active.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Playlist_Active.png new file mode 100644 index 0000000..22319c9 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Playlist_Active.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Playlist_Inactive.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Playlist_Inactive.png new file mode 100644 index 0000000..9fd42e2 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Playlist_Inactive.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Radio_Active.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Radio_Active.png new file mode 100644 index 0000000..eb61b39 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Radio_Active.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Radio_Inactive.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Radio_Inactive.png new file mode 100644 index 0000000..de305f0 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Radio_Inactive.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Shuffle_Active.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Shuffle_Active.png new file mode 100644 index 0000000..d97feec Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Shuffle_Active.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Shuffle_Inactive.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Shuffle_Inactive.png new file mode 100644 index 0000000..7f6445d Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/AGL_MediaPlayer_Shuffle_Inactive.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Albums_Active.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Albums_Active.png new file mode 100644 index 0000000..1f66e23 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Albums_Active.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Albums_Inactive.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Albums_Inactive.png new file mode 100644 index 0000000..e0e7f00 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Albums_Inactive.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/DividingLine.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/DividingLine.png new file mode 100644 index 0000000..87f2122 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/DividingLine.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/GreenLine.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/GreenLine.png new file mode 100644 index 0000000..0210b83 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/GreenLine.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Music_Active.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Music_Active.png new file mode 100644 index 0000000..36afac7 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Music_Active.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Music_Inactive.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Music_Inactive.png new file mode 100644 index 0000000..9dae353 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Music_Inactive.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Podcasts_Active.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Podcasts_Active.png new file mode 100644 index 0000000..fd2d2c0 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Podcasts_Active.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Podcasts_Inactive.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Podcasts_Inactive.png new file mode 100644 index 0000000..b76b04c Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Podcasts_Inactive.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_Highlight.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_Highlight.png new file mode 100644 index 0000000..ac63673 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_Highlight.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_PauseIcon.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_PauseIcon.png new file mode 100644 index 0000000..2627add Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_PauseIcon.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_PlayIcon.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_PlayIcon.png new file mode 100644 index 0000000..0483e07 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_PlayIcon.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_VerticalLine.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_VerticalLine.png new file mode 100644 index 0000000..6a9db00 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/Popup_VerticalLine.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/X.png b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/X.png new file mode 100644 index 0000000..ab392cb Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/X.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/mediaplayer.qrc b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/mediaplayer.qrc new file mode 100644 index 0000000..1cb17ab --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/MediaPlayer/mediaplayer.qrc @@ -0,0 +1,37 @@ + + + AGL_MediaPlayer_AlbumArtwork.png + AGL_MediaPlayer_BackArrow.png + AGL_MediaPlayer_Bluetooth_Active.png + AGL_MediaPlayer_Bluetooth_Inactive.png + AGL_MediaPlayer_CD_Active.png + AGL_MediaPlayer_CD_Inactive.png + AGL_MediaPlayer_DividingLine.png + AGL_MediaPlayer_ForwardArrow.png + AGL_MediaPlayer_Loop_Active.png + AGL_MediaPlayer_Loop_Inactive.png + AGL_MediaPlayer_Player_Pause.png + AGL_MediaPlayer_Player_Play.png + AGL_MediaPlayer_Playlist_Active.png + AGL_MediaPlayer_Playlist_Inactive.png + AGL_MediaPlayer_PlaylistToggle_Active.png + AGL_MediaPlayer_PlaylistToggle_Inactive.png + AGL_MediaPlayer_Radio_Active.png + AGL_MediaPlayer_Radio_Inactive.png + AGL_MediaPlayer_Shuffle_Active.png + AGL_MediaPlayer_Shuffle_Inactive.png + Albums_Active.png + Albums_Inactive.png + DividingLine.png + GreenLine.png + Music_Active.png + Music_Inactive.png + Podcasts_Active.png + Podcasts_Inactive.png + Popup_Highlight.png + Popup_PauseIcon.png + Popup_PlayIcon.png + Popup_VerticalLine.png + X.png + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/hvac.svg b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/hvac.svg new file mode 100644 index 0000000..5c76e85 --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/hvac.svg @@ -0,0 +1,600 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/hvac_active.svg b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/hvac_active.svg new file mode 100644 index 0000000..46be46b --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/hvac_active.svg @@ -0,0 +1,614 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/launcher.svg b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/launcher.svg new file mode 100644 index 0000000..b6eab24 --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/launcher.svg @@ -0,0 +1,73 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/launcher_active.svg b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/launcher_active.svg new file mode 100644 index 0000000..e85c7d8 --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/launcher_active.svg @@ -0,0 +1,82 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/mediaplayer.svg b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/mediaplayer.svg new file mode 100644 index 0000000..de7448d --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/mediaplayer.svg @@ -0,0 +1,50 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/mediaplayer_active.svg b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/mediaplayer_active.svg new file mode 100644 index 0000000..16e3af5 --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/mediaplayer_active.svg @@ -0,0 +1,63 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/navigation.svg b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/navigation.svg new file mode 100644 index 0000000..6f6f1e0 --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/navigation.svg @@ -0,0 +1,77 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/navigation_active.svg b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/navigation_active.svg new file mode 100644 index 0000000..9076934 --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/navigation_active.svg @@ -0,0 +1,90 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/shortcut.qrc b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/shortcut.qrc new file mode 100644 index 0000000..f5b3bca --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/shortcut.qrc @@ -0,0 +1,14 @@ + + + launcher.svg + launcher_active.svg + hvac.svg + hvac_active.svg + mediaplayer.svg + mediaplayer_active.svg + navigation.svg + navigation_active.svg + video.svg + video_active.svg + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/video.svg b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/video.svg new file mode 100644 index 0000000..e368922 --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/video.svg @@ -0,0 +1,109 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/video_active.svg b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/video_active.svg new file mode 100644 index 0000000..344385f --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Shortcut/video_active.svg @@ -0,0 +1,126 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Bluetooth_Inactive-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Bluetooth_Inactive-01.png new file mode 100644 index 0000000..10bd5a5 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Bluetooth_Inactive-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Bluetooth_On-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Bluetooth_On-01.png new file mode 100644 index 0000000..1ff96e1 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Bluetooth_On-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_1Bars-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_1Bars-01.png new file mode 100644 index 0000000..44ef700 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_1Bars-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_2Bars-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_2Bars-01.png new file mode 100644 index 0000000..fe4e776 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_2Bars-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_3Bars-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_3Bars-01.png new file mode 100644 index 0000000..892c6ec Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_3Bars-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_4Bars-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_4Bars-01.png new file mode 100644 index 0000000..f4f033b Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_4Bars-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_Full-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_Full-01.png new file mode 100644 index 0000000..18070b9 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_Full-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_NoBars-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_NoBars-01.png new file mode 100644 index 0000000..1b77207 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Signal_NoBars-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_1Bar-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_1Bar-01.png new file mode 100644 index 0000000..c72461f Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_1Bar-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_2Bars-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_2Bars-01.png new file mode 100644 index 0000000..448dd36 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_2Bars-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_3Bars-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_3Bars-01.png new file mode 100644 index 0000000..3e407ad Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_3Bars-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_Full-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_Full-01.png new file mode 100644 index 0000000..6f95e97 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_Full-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_NoBars-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_NoBars-01.png new file mode 100644 index 0000000..07f4f09 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Status/HMI_Status_Wifi_NoBars-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Status/status.qrc b/demo3/vertical/homescreen/homescreen/qml/images/Status/status.qrc new file mode 100644 index 0000000..d29c91a --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Status/status.qrc @@ -0,0 +1,17 @@ + + + HMI_Status_Wifi_NoBars-01.png + HMI_Status_Bluetooth_Inactive-01.png + HMI_Status_Bluetooth_On-01.png + HMI_Status_Signal_1Bars-01.png + HMI_Status_Signal_2Bars-01.png + HMI_Status_Signal_3Bars-01.png + HMI_Status_Signal_4Bars-01.png + HMI_Status_Signal_Full-01.png + HMI_Status_Signal_NoBars-01.png + HMI_Status_Wifi_1Bar-01.png + HMI_Status_Wifi_2Bars-01.png + HMI_Status_Wifi_3Bars-01.png + HMI_Status_Wifi_Full-01.png + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/TopSection_NoText_NoIcons-01.png b/demo3/vertical/homescreen/homescreen/qml/images/TopSection_NoText_NoIcons-01.png new file mode 100644 index 0000000..cf9ec4e Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/TopSection_NoText_NoIcons-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Utility_Logo_Background-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Utility_Logo_Background-01.png new file mode 100644 index 0000000..21a602d Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Utility_Logo_Background-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Utility_Logo_Grey-01.svg b/demo3/vertical/homescreen/homescreen/qml/images/Utility_Logo_Grey-01.svg new file mode 100644 index 0000000..16ac88c --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Utility_Logo_Grey-01.svg @@ -0,0 +1,84 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Utility_Music_Background-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Utility_Music_Background-01.png new file mode 100644 index 0000000..c3e9f91 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Utility_Music_Background-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Utility_Radio_Background-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Utility_Radio_Background-01.png new file mode 100644 index 0000000..b755843 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Utility_Radio_Background-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_ALL-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_ALL-01.png new file mode 100644 index 0000000..f5f8b19 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_ALL-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Cloudy-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Cloudy-01.png new file mode 100644 index 0000000..3603a55 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Cloudy-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Moon-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Moon-01.png new file mode 100644 index 0000000..8fe1e18 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Moon-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_PartiallyCloudy-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_PartiallyCloudy-01.png new file mode 100644 index 0000000..09cd84f Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_PartiallyCloudy-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Rain-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Rain-01.png new file mode 100644 index 0000000..125b413 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Rain-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Snow-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Snow-01.png new file mode 100644 index 0000000..d0a9520 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Snow-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Sun-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Sun-01.png new file mode 100644 index 0000000..ee3a744 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Sun-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Thunderstorm-01.png b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Thunderstorm-01.png new file mode 100644 index 0000000..f6959f4 Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/Weather/WeatherIcons_Thunderstorm-01.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/Weather/weather.qrc b/demo3/vertical/homescreen/homescreen/qml/images/Weather/weather.qrc new file mode 100644 index 0000000..2668fec --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/Weather/weather.qrc @@ -0,0 +1,12 @@ + + + WeatherIcons_ALL-01.png + WeatherIcons_Cloudy-01.png + WeatherIcons_Moon-01.png + WeatherIcons_PartiallyCloudy-01.png + WeatherIcons_Rain-01.png + WeatherIcons_Snow-01.png + WeatherIcons_Sun-01.png + WeatherIcons_Thunderstorm-01.png + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/fullscreen.png b/demo3/vertical/homescreen/homescreen/qml/images/fullscreen.png new file mode 100644 index 0000000..f56a13c Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/fullscreen.png differ diff --git a/demo3/vertical/homescreen/homescreen/qml/images/images.qrc b/demo3/vertical/homescreen/homescreen/qml/images/images.qrc new file mode 100644 index 0000000..593167c --- /dev/null +++ b/demo3/vertical/homescreen/homescreen/qml/images/images.qrc @@ -0,0 +1,14 @@ + + + TopSection_NoText_NoIcons-01.png + Utility_Logo_Background-01.png + Utility_Logo_Grey-01.svg + Utility_Music_Background-01.png + Utility_Radio_Background-01.png + AGL_HMI_Blue_Background_NoCar-01.png + AGL_HMI_Full_Background.png + AGL_HMI_Normal_Background.png + fullscreen.png + normal.png + + diff --git a/demo3/vertical/homescreen/homescreen/qml/images/normal.png b/demo3/vertical/homescreen/homescreen/qml/images/normal.png new file mode 100644 index 0000000..92dee7a Binary files /dev/null and b/demo3/vertical/homescreen/homescreen/qml/images/normal.png differ -- cgit 1.2.3-korg