Skip to content

Instantly share code, notes, and snippets.

@wisnukurniawan
Last active January 14, 2018 23:25
Show Gist options
  • Save wisnukurniawan/932634b0319b3bdec797d09d3a75c4f6 to your computer and use it in GitHub Desktop.
Save wisnukurniawan/932634b0319b3bdec797d09d3a75c4f6 to your computer and use it in GitHub Desktop.
class MyCustomTextView(ctx: Context) : MyCustomTextView(ctx), TextView
inline fun ViewManager.myCustomTextView(init: MyCustomTextView.() -> Unit = {})= ankoView({ MyCustomTextView(it) }, theme = 0, init)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment