Skip to content

Instantly share code, notes, and snippets.

@2hamed
Created January 1, 2019 10:17
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 2hamed/56fb6303ef9065d01ed7d985d5a8e4b6 to your computer and use it in GitHub Desktop.
Save 2hamed/56fb6303ef9065d01ed7d985d5a8e4b6 to your computer and use it in GitHub Desktop.
class RecordButton : View {
constructor(context: Context) : super(context)
constructor(context: Context, attributeSet: AttributeSet) : super(context, attributeSet)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment