What is difference among styles.xml and themes.xml

前端 未结 6 1365
时光说笑
时光说笑 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 04:13

    Taken from the Styles and Themes document, in the Defining Styles section:

    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 .
    

提交回复
热议问题