Material Design Setup



I'm trying to set up Material Design so that I can use it for Android 5.0 and fall back to v7-appcompat themes for older devices. Everything that I've read says that when I create the project, there should be two folders, "res/values" and "res/values-v21" or at least in the android view there should be two syles.xml files. However, all I can ever get is just "res/values" and one styles.xml file. What am I doing wrong here? Shouldn't android studio create the folders and .xml files? Any help is appreciated.


No comments:

Post a Comment