View Single Post
Posts: 15 | Thanked: 0 times | Joined on Sep 2010 @ India
#766
Originally Posted by ahmadamaj View Post
I don't know if this was asked before, but can we get portrait screens that unlock by scrolling from up to down or down to up?
For example, the slider should behave as if is in landscape while the rest is in portrait. I don't know if this is possible.
I think you will get your reply from Android Slide screen which allows for downward slide see the code below:

[SlideToUnlock]
SizeP="808;124"
SizeL="808;124"
PosP="-326;562"
PosL="546;806"
#BackgroundImage="path to the widget's background image"
SliderImage="/opt/qtlockscreen/Android/Slider.png"
SliderImagePressed="/opt/qtlockscreen/Android/Sliderpressed.png"
SliderPos="0;0"
UnlockXP=296
UnlockXL=296
RotationL=270

The RotationL defines the rotation of the slider... Hope this help