Android Programming - Help needed

paisrikanth

Disciple
Hi I am trying to develop a custom lock screen in which I want to replace the slide to unlock with a ImageView as shown in the image.

This what I have tried so far.

I have placed an Image in the left corner of the screen and used onTouchListner to drag the Image horizontally

The Image does move horizontally but What I am looking is to get the Image background also to drag as shown in the picture above. Am I on the right track by using a ImageView ??
 

Attachments

  • lock.png
    lock.png
    177.8 KB · Views: 269
Without a snippet it's hard to tell where exactly are you with the progress.

anyway, one suggestion.. I would say go and create a question on "StackOverflow". There you will get much better answer. Just a suggestion!
 
Back
Top