-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Description
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
Labels
No labels