What is difference among styles.xml and themes.xml

前端 未结 6 1369
时光说笑
时光说笑 2020-12-13 03:37

May I know what is the difference between styles.xml and themes.xml? To me, they just look same as both XML are in the same format.



        
6条回答
  •  佛祖请我去吃肉
    2020-12-13 03:56

    Quoted from Android API guide:

    To create a set of styles, save an XML file in the res/values/ directory of your project. The name of the XML file is arbitrary, but it must use the .xml extension and be saved in the res/values/ folder. The root node of the XML file must be .

    Full documentation

    So I guess it really doesn't matter if you put any styles in any files as long as it's an xml file which locates in res/values/ folder.

提交回复
热议问题