resources are kept in the res directory and can be one of several types:
■ res/anim —XML representations of frame-by-frame animations
■ res/drawable —.png, .9.png, and .jpg images
■ res/layout —XML representations of View objects
■ res/values —XML representations of strings, colors, styles, dimensions, and arrays
■ res/xml —User-defined XML files (that are also compiled into a binary form)
■ res/raw —Arbitrary and uncompiled files that can be added
res下各个文件夹的含义
最新推荐文章于 2022-08-29 23:28:35 发布