X-Git-Url: http://git.tdb.fi/?p=xinema.git;a=blobdiff_plain;f=remote%2Fqml%2Fcomponents%2FStreamInfo.qml;fp=remote%2Fqml%2Fcomponents%2FStreamInfo.qml;h=6ad4457e9e2c570497f7c92bdc31c14813c1f688;hp=0000000000000000000000000000000000000000;hb=5ddfcd433a000be3c32e7fc6ade4de9e0673de9e;hpb=60cd42dc4fdb1fdfa438402956e7342a01fc8677 diff --git a/remote/qml/components/StreamInfo.qml b/remote/qml/components/StreamInfo.qml new file mode 100644 index 0000000..6ad4457 --- /dev/null +++ b/remote/qml/components/StreamInfo.qml @@ -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 +}