Not show styles.xml in android studio

Viewed 13526

I have created an app in Android Studio in Windows. Now I have a problem with the resource file "style.xml". It does not display/exist. Check the attached image:
Image of XML files
How can I display it?
Thanks!

2 Answers

Newer templates provided by android studio make use of themes.xml instead of styles.xml

as you can see here

In the new versions of Android studio styles.xml change to themes.xml

Related