All Questions
1 question
2
votes
1
answer
2k
views
How can I access theme color attributes via R.attr.colorPrimary
I'm using Android Studio Electric Eel and I started with a new "Basic Activity" project. It comes with a light and dark theme, /res/values/theme.xml /res/values-night/theme.xml
<...