kevinmost
02/12/2017, 10:31 PMlparams
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