一 Animation Resources(动画资源)res/anim/filename.xml
Tween animations are saved in res/anim/ and accessed from the R.anim class.
补间动画存放在res/anim下
Frame animations are saved in res/drawable/ and accessed from the R.drawable class.
帧动画保存在res/drawable下
二 Color State List Resource(颜色状态选择资源)
Saved in res/color/ and accessed from the R.color class.
颜色状态资源保存在res/color下
三 Drawable Resources(drawable资源)
Saved in res/drawable/ and accessed from the R.drawable class.
存放在res/drawable
四Layout Resource(布局文件)
Saved in res/layout/ and accessed from the R.layout class.
布局文件保存在res/layout
五 String Resources (字符串资源) res/values/strings.xml
Saved in res/values/ and accessed from the R.string, R.array, and R.plurals classes.
六 Style Resource(应用样式资源)
Saved in res/values/ and accessed from the R.style class.