What is the use of a …-v21.xml?
I had this themes.xml in the values-v21 folder A res/values-v21/ directory contains resources that will be used when the device that is running your app is on API Level 21 or higher. If the device is running on an older version of Android, the res/values-v21/ directory will be ignored. What are they used for? Do … Read more