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
Solution 1:
Newer templates provided by android studio make use of themes.xml
instead of styles.xml

Solution 2:
In the new versions of Android studio styles.xml change to themes.xml
Post a Comment for "Not Show Styles.xml In Android Studio"