Join Slack
Powered by
what's the correct anko way to create a view in a ...
# 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
m
miha-x64
02/14/2018, 9:17 PM
https://adel.lol/post/154221726637/anko-viewholders-and-applicative-lifting
3
Views
Open in Slack
Previous
Next