guys, is it possible to apply xml style to the vie...
# anko
d
guys, is it possible to apply xml style to the view?
m
deviant: style — no, theme — yes. Take a look at themed variations of views (e. g.
themedButton
) and use of
defStyleAttr
(e. g.
horizontalProgressBar
).
👍 1
d
@miha-x64 so the solution is create some theme with
defStyleAttr
and then use the theme in
themed...
widget, right?
m
I don’t exactly know how
defStyleAttr
works in comparison with themes.