anthonyandroid
08/13/2017, 7:35 AManthonyandroid
08/13/2017, 7:36 AMlparam
block to the end of textView
constructure, like this:
textView {
doSomeThing()
}.lparams {
blablabla()
}
and it works; but is there some other way?anthonyandroid
08/13/2017, 8:37 AMDslMarker annotation support (calling lparams() inside View blocks is finally forbidden);so it suppose I should call lparams outside View blocks?
david.bilik
08/13/2017, 9:34 AManthonyeef
08/13/2017, 12:54 PM