diff options
Diffstat (limited to 'qml/watch')
-rw-r--r-- | qml/watch/faces/builtinface3.png | bin | 0 -> 892 bytes | |||
-rw-r--r-- | qml/watch/faces/builtinface3.qml | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/qml/watch/faces/builtinface3.png b/qml/watch/faces/builtinface3.png Binary files differnew file mode 100644 index 0000000..9154c9d --- /dev/null +++ b/qml/watch/faces/builtinface3.png diff --git a/qml/watch/faces/builtinface3.qml b/qml/watch/faces/builtinface3.qml new file mode 100644 index 0000000..ca542d4 --- /dev/null +++ b/qml/watch/faces/builtinface3.qml @@ -0,0 +1,11 @@ +import QtQuick 2.0 + +Rectangle { + width: 96 + height: 96 + + Image { + anchors.fill: parent + source: "builtinface3.png" + } +} |