From 96c3e6d3562556d9877e0ced5bd1ab9197502708 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Thu, 14 Dec 2017 10:43:15 +0900 Subject: Display blank icon with first letter in new color scheme For new color scheme, when icon file is not exist, Display a blank icon with first letter. Change-Id: Ifdb8254435d9ebbd93eca0005e088b99964e9187 Signed-off-by: zheng_wenlong --- .../Home/HMI_AppLauncher_Blank_Active-01.png | Bin 52032 -> 0 bytes .../Home/HMI_AppLauncher_Blank_Active-01.svg | 74 +++++++++++++++++++++ .../Home/HMI_AppLauncher_Blank_Inactive-01.png | Bin 44813 -> 0 bytes .../Home/HMI_AppLauncher_Blank_Inactive-01.svg | 40 +++++++++++ homescreen/qml/images/Home/home.qrc | 4 +- 5 files changed, 116 insertions(+), 2 deletions(-) delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.png create mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.png create mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.svg (limited to 'homescreen/qml/images') diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.png b/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.png deleted file mode 100644 index 32558b3..0000000 Binary files a/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.png and /dev/null differ diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.svg new file mode 100644 index 0000000..8d082d6 --- /dev/null +++ b/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.svg @@ -0,0 +1,74 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.png b/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.png deleted file mode 100644 index bd374c6..0000000 Binary files a/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.png and /dev/null differ diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.svg new file mode 100644 index 0000000..1821339 --- /dev/null +++ b/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.svg @@ -0,0 +1,40 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + diff --git a/homescreen/qml/images/Home/home.qrc b/homescreen/qml/images/Home/home.qrc index a9db5c2..a523a96 100644 --- a/homescreen/qml/images/Home/home.qrc +++ b/homescreen/qml/images/Home/home.qrc @@ -21,7 +21,7 @@ HMI_AppLauncher_Radio_Inactive-01.svg HMI_AppLauncher_Settings_Active-01.svg HMI_AppLauncher_Settings_Inactive-01.svg - HMI_AppLauncher_Blank_Active-01.png - HMI_AppLauncher_Blank_Inactive-01.png + HMI_AppLauncher_Blank_Active-01.svg + HMI_AppLauncher_Blank_Inactive-01.svg -- cgit 1.2.3-korg