is there any way I can use the `lparams` methods i...
# anko
k
is there any way I can use the
lparams
methods inside of a custom view? They're methods on
_LinearLayout
, which is Anko's custom extension of
LinearLayout
that defines the
lparams
methods. I'd rather not make my custom views extend
_LinearLayout
, but would like to use Anko to build their contents internally