florinzaicu / FloatingOverlay

Android application that displays a set of floating controls over other apps
MIT License
0 stars 0 forks source link

Add flick gesture to overlay #5

Closed florinzaicu closed 10 months ago

florinzaicu commented 10 months ago

Investigate and implement flick gesture support when the overlay is collapsed. The flick gesture will be used to move the overlay to the edges of the screen. This will allow interaction with the app without needing to expand the controls.

florinzaicu commented 10 months ago

Added flick support on the overlay. Currently supports x-based snapping with Y position being preserved.