참고: http://developer.android.com/guide/topics/resources/available-resources.html
Tween animations are saved in
res/anim/
and accessed from the R.anim
class.Frame animations are saved in
res/drawable/
and accessed from the R.drawable
class.Saved in
res/color/
and accessed from the R.color
class.Saved in
res/drawable/
and accessed from the R.drawable
class.Saved in
res/layout/
and accessed from the R.layout
class.Saved in
res/menu/
and accessed from the R.menu
class.Saved in
res/values/
and accessed from the R.string
, R.array
, and R.plurals
classes.Saved in
res/values/
and accessed from the R.style
class.Saved in
res/values/
but each accessed from unique R
sub-classes (such as R.bool
, R.integer
,R.dimen
, etc.).