aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenNG/qml/MediaAreaRadio.qml
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreenNG/qml/MediaAreaRadio.qml')
-rw-r--r--HomeScreenNG/qml/MediaAreaRadio.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/HomeScreenNG/qml/MediaAreaRadio.qml b/HomeScreenNG/qml/MediaAreaRadio.qml
new file mode 100644
index 0000000..b2a9a33
--- /dev/null
+++ b/HomeScreenNG/qml/MediaAreaRadio.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.6
+
+Image {
+ width: 1080
+ height: 215
+ source: './images/Utility_Radio_Background-01.png'
+}