Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@o4oren
Created May 2, 2020 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save o4oren/457273000126fcd34db2193891053c2c to your computer and use it in GitHub Desktop.
Save o4oren/457273000126fcd34db2193891053c2c to your computer and use it in GitHub Desktop.
RotaryKnobView signature
class RotaryKnobView @JvmOverloads constructor(
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
) : RelativeLayout(context, attrs, defStyleAttr), GestureDetector.OnGestureListener {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment