By default, Android Studio doesn't create styles.xml (v21). What you need to do is create a folder structure like the following:
- res/values/styles.xml
- res/values-v21/styles.xml
And this is what you will get in Android Studio:
Then you can defined different AppTheme
for different API levels.