From 8b2fa00276456759fffdd97e210f643b46a0cb1e 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 --- homescreen/qml/images/Home/radio_active.svg | 383 ++++++++++++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 homescreen/qml/images/Home/radio_active.svg (limited to 'homescreen/qml/images/Home/radio_active.svg') diff --git a/homescreen/qml/images/Home/radio_active.svg b/homescreen/qml/images/Home/radio_active.svg new file mode 100644 index 0000000..2d04d72 --- /dev/null +++ b/homescreen/qml/images/Home/radio_active.svg @@ -0,0 +1,383 @@ + + + +image/svg+xml \ No newline at end of file -- cgit 1.2.3-korg