AS
Size: a a a
AS
DM
fun ImageView.load(iconUrl: String?) {
Picasso.get().load(iconUrl.into(this))
}
YI
IM
func: Builder.() -> UnitIM
.func()IM
.load(url) {(transformation)
}DM
DM
fun ImageView.load(iconUrl: String?, picassoFunc: (RequestCreator.() -> RequestCreator)? = null) {
Picasso.get()
.load(iconUrl)
.also { if (picassoFunc != null) it.picassoFunc() }
.into(this)
}
}IM
T
J
T
J
J
Т

Т

A
J
BG
check 2 views for equality android ui instrumental test не нашел ответаJM