I'm trying to understand why it has been decided to have both values and xml subfolders in the res Android application folder.
While I can see the semantics differences between, say, drawables and anim and values (for those hold objects of different natures) I fail to see difference between xml and values for xml data seem to be values.
(And, moreover, 'xml' seem to describe the form of data representation not the nature of data (most of the res data are in the form of xml))
Could someone give an insight?