In my android project, inside value folder I created a folder called appTheme and inside this folder I have a style called "AppTheme" inside a file called themes_apptheme.xml.
But when I try to access it using @style/AppTheme it just not work:
No resource find that matches the give name '@style/AppTheme'.
But when I move this file to value folder, it works.
The question is: How to referentiate the file on appTheme folder?