Skip to content

Instantly share code, notes, and snippets.

@myeonginwoo
Created July 8, 2016 16:32
Show Gist options
  • Save myeonginwoo/1457f0a3cbcef1025e255050c2266368 to your computer and use it in GitHub Desktop.
Save myeonginwoo/1457f0a3cbcef1025e255050c2266368 to your computer and use it in GitHub Desktop.
class MyView : View {
constructor(ctx: Context) : super(ctx) {
}
constructor(ctx: Context, attrs: AttributeSet) : super(ctx, attrs) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment