summaryrefslogtreecommitdiffstats
path: root/homescreen/qml/images/Home/home.qrc
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-12-22 14:18:17 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-12-25 06:54:47 +0000
commit8b2fa00276456759fffdd97e210f643b46a0cb1e (patch)
treebdaa1347c83392e6d521f3be3e319f1dc28f9a0c /homescreen/qml/images/Home/home.qrc
parentcd5467722cc9365a6c04d410cb579580460f171e (diff)
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 <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'homescreen/qml/images/Home/home.qrc')
-rw-r--r--homescreen/qml/images/Home/home.qrc48
1 files changed, 26 insertions, 22 deletions
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 @@
<RCC>
<qresource prefix="/images">
<file>AGL_HMI_Blue_Background_Car-01.png</file>
- <file>HMI_AppLauncher_Connectivity_Active-01.svg</file>
- <file>HMI_AppLauncher_Connectivity_Inactive-01.svg</file>
- <file>HMI_AppLauncher_Dashboard_Active-01.svg</file>
- <file>HMI_AppLauncher_Dashboard_Inactive-01.svg</file>
- <file>HMI_AppLauncher_HVAC_Active-01.svg</file>
- <file>HMI_AppLauncher_HVAC_Inactive-01.svg</file>
- <file>HMI_AppLauncher_Mixer_Active-01.svg</file>
- <file>HMI_AppLauncher_Mixer_Inactive-01.svg</file>
- <file>HMI_AppLauncher_MediaPlayer_Active-01.svg</file>
- <file>HMI_AppLauncher_MediaPlayer_Inactive-01.svg</file>
- <file>HMI_AppLauncher_Navigation_Active-01.svg</file>
- <file>HMI_AppLauncher_Navigation_Inactive-01.svg</file>
- <file>HMI_AppLauncher_Phone_Active-01.svg</file>
- <file>HMI_AppLauncher_Phone_Inactive-01.svg</file>
- <file>HMI_AppLauncher_POI_Active-01.svg</file>
- <file>HMI_AppLauncher_POI_Inactive-01.svg</file>
- <file>HMI_AppLauncher_Radio_Active-01.svg</file>
- <file>HMI_AppLauncher_Radio_Inactive-01.svg</file>
- <file>HMI_AppLauncher_Settings_Active-01.svg</file>
- <file>HMI_AppLauncher_Settings_Inactive-01.svg</file>
- <file>HMI_AppLauncher_Blank_Active-01.svg</file>
- <file>HMI_AppLauncher_Blank_Inactive-01.svg</file>
+ <file>connectivity_active.svg</file>
+ <file>connectivity_inactive.svg</file>
+ <file>dashboard_active.svg</file>
+ <file>dashboard_inactive.svg</file>
+ <file>hvac_active.svg</file>
+ <file>hvac_inactive.svg</file>
+ <file>mixer_active.svg</file>
+ <file>mixer_inactive.svg</file>
+ <file>music_active.svg</file>
+ <file>music_inactive.svg</file>
+ <file>navigation_active.svg</file>
+ <file>navigation_inactive.svg</file>
+ <file>phone_active.svg</file>
+ <file>phone_inactive.svg</file>
+ <file>poi_active.svg</file>
+ <file>poi_inactive.svg</file>
+ <file>radio_active.svg</file>
+ <file>radio_inactive.svg</file>
+ <file>settings_active.svg</file>
+ <file>settings_inactive.svg</file>
+ <file>video_active.svg</file>
+ <file>video_inactive.svg</file>
+ <file>webbrowser_active.svg</file>
+ <file>webbrowser_inactive.svg</file>
+ <file>blank_active.svg</file>
+ <file>blank_inactive.svg</file>
</qresource>
</RCC>