<@U2WH3L3TJ> you can use themed* widgets instead o...
# anko
d
@pablisco you can use themed* widgets instead of regular one, like instead of
button {}
you use
tintedButton {}
. Under the hood, tintedButton is creating instance of AppCompatButton just like LayoutInflater when inflating from xml