Created
September 20, 2017 15:04
-
-
Save edwardharks/64c4e2cbaf96a703eea46dc3dca857f5 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 SomeCustomView @JvmOverloads constructor(context: Context, | |
| attrs: AttributeSet? = null, | |
| defStyleAttr: Int = 0) | |
| : View(context, attrs, defStyleAttr) { | |
| private val picasso by viewDependency { picasso() } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment