Each of the documents in this section describe the usage, format and syntax for a certain type
of application resource that you can provide in your resources directory (res/
).
Here's a brief summary of each resource type:
res/anim/
and accessed from the R.anim
class.res/drawable/
and accessed from the R.drawable
class.res/color/
and accessed from the R.color
class.res/drawable/
and accessed from the R.drawable
class.res/layout/
and accessed from the R.layout
class.res/menu/
and accessed from the R.menu
class.res/values/
and accessed from the R.string
, R.array
,
and R.plurals
classes.res/values/
and accessed from the R.style
class.res/values/
but each accessed from unique R
sub-classes (such as R.bool
, R.integer
, R.dimen
, etc.).