From 9f02e451dd2f91c217d73c8029bb939b3a211672 Mon Sep 17 00:00:00 2001 From: Naveen Bobbili Date: Sun, 28 Apr 2019 20:51:16 -0700 Subject: Code commit by ICS team to add Alexa Voice Chrome to Homescreen App. Change-Id: I2052e345baaf4306e8e3f27a01bc6940f4d27d88 Signed-off-by: Naveen Bobbili --- homescreen/qml/main.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'homescreen/qml/main.qml') diff --git a/homescreen/qml/main.qml b/homescreen/qml/main.qml index 7d40276..d74fd1f 100644 --- a/homescreen/qml/main.qml +++ b/homescreen/qml/main.qml @@ -90,6 +90,13 @@ Window { } } + SpeechChrome { + anchors.left: parent.left + anchors.right: parent.right + anchors.bottom: parent.bottom + height: 215 + } + Connections { target: homescreenHandler onShowInformation: { -- cgit 1.2.3-korg