X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fphone.qml;fp=app%2Fphone.qml;h=341768552887ae0eff5779acd9793b3ae5661b44;hb=9b9350b623052d650f9d530f570a245b8d3aedbe;hp=9b9052c3f27910c08905f45d8421e0257d80ea7e;hpb=b2670af592e664ed304f7df77d84f1964f039636;p=apps%2Fonscreenapp.git diff --git a/app/phone.qml b/app/phone.qml index 9b9052c..3417685 100644 --- a/app/phone.qml +++ b/app/phone.qml @@ -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