From 58e41da173b4ee63309ce94d20471e00fec2ea9a Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 22 Dec 2017 14:18:17 +0900 Subject: Improve management icons of homescreen - sort out filenames of icons - remove unnecessary margins of icon - fix rule of converting metadata of app to icon's filename Before: filename is made from id returns appfw After: filename is lowercase of name defined in config.xml - Add 2 new builtin icons, VIDEO and WEBBROWSER Bug-AGL: SPEC-673 Change-Id: I606841b19c884687237c92012724f5a1a3f6f603 Signed-off-by: Tadao Tanikawa (cherry picked from commit 8b2fa00276456759fffdd97e210f643b46a0cb1e) --- homescreen/qml/images/Home/home.qrc | 48 ++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 22 deletions(-) (limited to 'homescreen/qml/images/Home/home.qrc') diff --git a/homescreen/qml/images/Home/home.qrc b/homescreen/qml/images/Home/home.qrc index a523a96..92f8501 100644 --- a/homescreen/qml/images/Home/home.qrc +++ b/homescreen/qml/images/Home/home.qrc @@ -1,27 +1,31 @@ AGL_HMI_Blue_Background_Car-01.png - HMI_AppLauncher_Connectivity_Active-01.svg - HMI_AppLauncher_Connectivity_Inactive-01.svg - HMI_AppLauncher_Dashboard_Active-01.svg - HMI_AppLauncher_Dashboard_Inactive-01.svg - HMI_AppLauncher_HVAC_Active-01.svg - HMI_AppLauncher_HVAC_Inactive-01.svg - HMI_AppLauncher_Mixer_Active-01.svg - HMI_AppLauncher_Mixer_Inactive-01.svg - HMI_AppLauncher_MediaPlayer_Active-01.svg - HMI_AppLauncher_MediaPlayer_Inactive-01.svg - HMI_AppLauncher_Navigation_Active-01.svg - HMI_AppLauncher_Navigation_Inactive-01.svg - HMI_AppLauncher_Phone_Active-01.svg - HMI_AppLauncher_Phone_Inactive-01.svg - HMI_AppLauncher_POI_Active-01.svg - HMI_AppLauncher_POI_Inactive-01.svg - HMI_AppLauncher_Radio_Active-01.svg - HMI_AppLauncher_Radio_Inactive-01.svg - HMI_AppLauncher_Settings_Active-01.svg - HMI_AppLauncher_Settings_Inactive-01.svg - HMI_AppLauncher_Blank_Active-01.svg - HMI_AppLauncher_Blank_Inactive-01.svg + connectivity_active.svg + connectivity_inactive.svg + dashboard_active.svg + dashboard_inactive.svg + hvac_active.svg + hvac_inactive.svg + mixer_active.svg + mixer_inactive.svg + music_active.svg + music_inactive.svg + navigation_active.svg + navigation_inactive.svg + phone_active.svg + phone_inactive.svg + poi_active.svg + poi_inactive.svg + radio_active.svg + radio_inactive.svg + settings_active.svg + settings_inactive.svg + video_active.svg + video_inactive.svg + webbrowser_active.svg + webbrowser_inactive.svg + blank_active.svg + blank_inactive.svg -- cgit 1.2.3-korg