import QtQuick 2.2
import QtQuick.Window 2.11
import QtQuick.Layouts 1.1

Window {
	visible: true
	flags: Qt.FramelessWindowHint
	width: Screen.width
	height: 216
	title: 'HomeScreen bottom'

	color: 'green'
}