View Single Post
Posts: 307 | Thanked: 488 times | Joined on Sep 2010 @ USA around Chicago
#23
Originally Posted by Zeta View Post
Great news:

And upload it on openrepos:
https://openrepos.net/content/zeta/p...l-notification
I made a small change to your Lockscreen.qml. I moved the Voicemail icon below the Bluetooth icon. This allows it to be visible from the lock screen as well as the peek view.

If anyone interested, here is the chenge:

Code:
    OfonoManager { id: ofonoManager }

    OfonoMessageWaiting {
        id: ofonoMessageWaiting
        modemPath: ofonoManager.modems.length > 0 ? ofonoManager.modems[0] : ""
    }

    Image {

//        Commented out the following line
//        anchors.bottom: clock.top

//      Added the following
        anchors {
            bottom: clock.verticalCenter
            bottomMargin: -90
            left: parent.left
            leftMargin: Theme.smallIcons ? Theme.paddingSmall : Theme.paddingLarge
        }

        source: "/usr/share/themes/jolla-ambient/meegotouch/icons/icon-s-voicemail.png"
        visible: ofonoMessageWaiting.voicemailWaiting
    }
See the screen shot.
Name:  20150122215714.jpg
Views: 403
Size:  28.2 KB
__________________
Apps for iPhone & iPad
Malayalam Keyboard for iPhoneTelugu Keyboard for iPhoneGujarati Keyboard for iPhone

Last edited by abyzthomas; 2015-01-23 at 04:18.
 

The Following 4 Users Say Thank You to abyzthomas For This Useful Post: