Skip to content

Circle menu is not draggable #35

@avikumar34

Description

@avikumar34

I have a requirement of on dragging circle menu it should move on the screen.
I tried adding
circleMenu.setOnTouchListener(object : View.OnTouchListener { override fun onTouch(v: View?, event: MotionEvent?): Boolean { Log.i("onmove", "working") return v?.onTouchEvent(event) ?: true } })

but not able to achieve touch feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions