How does android know what state my view is (e.g. ...
# random
v
How does android know what state my view is (e.g. checked = true). An example is in NavigationView, when I assign a selector drawable to itemIconTint.
e
#C0B8M7BUY
v
Asked here because its not a kotlin related question
m
you’d have to check NavigationView source code to learn it
it’s an implementation detail
v
Okay... Just curious cause I've seen it in use in other places