summaryrefslogtreecommitdiff
path: root/qml/watch/faces
diff options
context:
space:
mode:
Diffstat (limited to 'qml/watch/faces')
-rw-r--r--qml/watch/faces/builtinface4.pngbin0 -> 1025 bytes
-rw-r--r--qml/watch/faces/builtinface4.qml11
2 files changed, 11 insertions, 0 deletions
diff --git a/qml/watch/faces/builtinface4.png b/qml/watch/faces/builtinface4.png
new file mode 100644
index 0000000..eb05c95
--- /dev/null
+++ b/qml/watch/faces/builtinface4.png
Binary files differ
diff --git a/qml/watch/faces/builtinface4.qml b/qml/watch/faces/builtinface4.qml
new file mode 100644
index 0000000..f9eff50
--- /dev/null
+++ b/qml/watch/faces/builtinface4.qml
@@ -0,0 +1,11 @@
+import QtQuick 2.0
+
+Rectangle {
+ width: 96
+ height: 96
+
+ Image {
+ anchors.fill: parent
+ source: "builtinface4.png"
+ }
+}