From 9fda22b87349c212f5694e769493ed15addd7cee Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Mon, 12 Nov 2018 17:44:25 +0900 Subject: Add homescreen and launcher for horizontal mode Add homescreen and launcher for horizontal mode Signed-off-by: zheng_wenlong --- .../homescreen/qml/images/Shortcut/launcher.png | Bin 0 -> 3594 bytes .../qml/images/Shortcut/launcher_active.png | Bin 0 -> 14471 bytes .../homescreen/qml/images/Shortcut/mediaplayer.png | Bin 0 -> 5333 bytes .../qml/images/Shortcut/mediaplayer_active.png | Bin 0 -> 15996 bytes .../homescreen/qml/images/Shortcut/music.svg | 111 +++++++++++++ .../homescreen/qml/images/Shortcut/navigation.png | Bin 0 -> 5544 bytes .../homescreen/qml/images/Shortcut/navigation.svg | 183 +++++++++++++++++++++ .../qml/images/Shortcut/navigation_active.png | Bin 0 -> 17333 bytes .../homescreen/qml/images/Shortcut/phone.png | Bin 0 -> 5517 bytes .../qml/images/Shortcut/phone_active.png | Bin 0 -> 16965 bytes .../homescreen/qml/images/Shortcut/settings.png | Bin 0 -> 7088 bytes .../qml/images/Shortcut/settings_active.png | Bin 0 -> 19811 bytes .../homescreen/qml/images/Shortcut/shortcut.qrc | 16 ++ 13 files changed, 310 insertions(+) create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/launcher.png create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/launcher_active.png create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/mediaplayer.png create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/mediaplayer_active.png create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/music.svg create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation.png create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation.svg create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation_active.png create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/phone.png create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/phone_active.png create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/settings.png create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/settings_active.png create mode 100644 demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/shortcut.qrc (limited to 'demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut') diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/launcher.png b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/launcher.png new file mode 100644 index 0000000..6f91d50 Binary files /dev/null and b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/launcher.png differ diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/launcher_active.png b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/launcher_active.png new file mode 100644 index 0000000..2706961 Binary files /dev/null and b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/launcher_active.png differ diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/mediaplayer.png b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/mediaplayer.png new file mode 100644 index 0000000..8ea7d76 Binary files /dev/null and b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/mediaplayer.png differ diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/mediaplayer_active.png b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/mediaplayer_active.png new file mode 100644 index 0000000..b130b92 Binary files /dev/null and b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/mediaplayer_active.png differ diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/music.svg b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/music.svg new file mode 100644 index 0000000..b6ec056 --- /dev/null +++ b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/music.svg @@ -0,0 +1,111 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation.png b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation.png new file mode 100644 index 0000000..17b347b Binary files /dev/null and b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation.png differ diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation.svg b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation.svg new file mode 100644 index 0000000..97fcf31 --- /dev/null +++ b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation.svg @@ -0,0 +1,183 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation_active.png b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation_active.png new file mode 100644 index 0000000..bebb23e Binary files /dev/null and b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/navigation_active.png differ diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/phone.png b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/phone.png new file mode 100644 index 0000000..d0ca0af Binary files /dev/null and b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/phone.png differ diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/phone_active.png b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/phone_active.png new file mode 100644 index 0000000..77e45fd Binary files /dev/null and b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/phone_active.png differ diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/settings.png b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/settings.png new file mode 100644 index 0000000..8c36376 Binary files /dev/null and b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/settings.png differ diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/settings_active.png b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/settings_active.png new file mode 100644 index 0000000..d863457 Binary files /dev/null and b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/settings_active.png differ diff --git a/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/shortcut.qrc b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/shortcut.qrc new file mode 100644 index 0000000..40462f4 --- /dev/null +++ b/demo#3/horizontal/homescreen/homescreen/qml/images/Shortcut/shortcut.qrc @@ -0,0 +1,16 @@ + + + launcher.png + launcher_active.png + mediaplayer.png + mediaplayer_active.png + navigation.png + navigation_active.png + phone.png + phone_active.png + settings.png + settings_active.png + navigation.svg + music.svg + + -- cgit 1.2.3-korg