Last active
January 14, 2018 23:25
-
-
Save wisnukurniawan/932634b0319b3bdec797d09d3a75c4f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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