Thread: [SailfishOS] [Announce] MeeCast
View Single Post
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#66
After checking the icons on device, I edited the day and clock icons a bit to look better. Please update them if you downloaded already.

Download link


Also I made a cover background image like in email app. You need this code to have it look good:

Code:
Image {
        source: "cover.png"
        opacity: 0.1
        anchors.horizontalCenter: parent.horizontalCenter
        width: parent.width
        height: sourceSize.height * width / sourceSize.width
    }

I made a simple test with SDK:
 

The Following 8 Users Say Thank You to Morpog For This Useful Post: