Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 749 Bytes

File metadata and controls

29 lines (13 loc) · 749 Bytes

FloatingLockButton

How to use in the Activity

FloatingLockView lockView = new FloatingLockView(this);

lockView.attachToScreen(this);

#Long Press and move the button.

#To update the floating lock button,

lockView.updateView()

#To lock

lockView.lock()

#To Unlock

lockView.unlock()