Creating styles-v21.xml

后端 未结 5 1505
余生分开走
余生分开走 2020-12-08 19:29

In Android Studio, I imported a project which did not include styles.xml (v21). So I created a styles-v21.xml file in the values direc

5条回答
  •  温柔的废话
    2020-12-08 19:46

    You have to create a value folder with values-v21 caption. and create style.xml file in this with the same name as values folder like styles.xml. Now rebuild your project.

提交回复
热议问题