Hi. I have a question about resources. In the pro...
# android
t
Hi. I have a question about resources. In the project created months ago I can access to
${myPackage}.R.attr.colorPrimary
. It seems it refers appcompat resource. Today I created new project with latest Android Studio and found
${myPackage}.R.attr.colorPrimary
is not accessible. Can anyone tell me what makes this difference? Should I use
androidx.appcompat.R.attr.colorPrimary
or something?
😶 2