add sample code
[apps/onscreenapp.git] / app / phone.qml
index 9b9052c..3417685 100644 (file)
@@ -7,8 +7,8 @@ import AGL.Demo.Controls 1.0
 Item {
     id: onScreenPhone
     visible: true
-    width: 1079
-    height: 400
+    width: 1080
+    height: 1488
     property string messageText: "Incoming Call"
 
     function qmlOnScreenMessage(text) {
@@ -36,13 +36,13 @@ Item {
         }
     }
 
-    Image {
-        id : background_image
-        anchors.fill: parent
-        anchors.topMargin: 0
-        anchors.bottomMargin: 0
-        source: "images/heart_1079x400.png"
-    }
+    // Image {
+    //     id : background_image
+    //     anchors.fill: parent
+    //     anchors.topMargin: 0
+    //     anchors.bottomMargin: 0
+    //     source: "images/heart_1079x400.png"
+    // }
 
    ToggleButton {
        id: answerButton