]> git.tdb.fi Git - xinema.git/blobdiff - remote/qml/components/StreamInfo.qml
Display stream size and codecs on the playback page
[xinema.git] / remote / qml / components / StreamInfo.qml
diff --git a/remote/qml/components/StreamInfo.qml b/remote/qml/components/StreamInfo.qml
new file mode 100644 (file)
index 0000000..6ad4457
--- /dev/null
@@ -0,0 +1,16 @@
+import QtQuick 2.0
+import Sailfish.Silica 1.0
+
+Label
+{
+       anchors
+       {
+               left: parent.left
+               right: parent.right
+               margins: Theme.horizontalPageMargin
+       }
+
+       horizontalAlignment: Text.AlignHCenter
+       color: Theme.secondaryColor
+       font.pixelSize: Theme.fontSizeSmall
+}