https://kotlinlang.org logo
#anko
Title
# anko
b

bennofs

02/14/2018, 11:30 AM
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
3 Views