what's the correct anko way to create a view in a ...
# anko
b
what's the correct anko way to create a view in a viewholder if i'm using anko's layout DSL? the code I'm using right now is this:
with(AnkoContext.create(parent.context)) { ...layout... }
but that doesn't allow me to set layout params for example