Android API Guides 之 App Resources(6) - Resource Types

Resource Types

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:

Animation Resources
Define pre-determined animations.
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.
Color State List Resource
Define a color resources that changes based on the View state.
Saved in  res/color/ and accessed from the  R.color class.
Drawable Resources
Define various graphics with bitmaps or XML.
Saved in  res/drawable/ and accessed from the  R.drawable class.
Layout Resource
Define the layout for your application UI.
Saved in  res/layout/ and accessed from the  R.layout class.
Menu Resource
Define the contents of your application menus.
Saved in  res/menu/ and accessed from the  R.menu class.
String Resources
Define strings, string arrays, and plurals (and include string formatting and styling).
Saved in  res/values/ and accessed from the  R.stringR.array, and  R.plurals classes.
Style Resource
Define the look and format for UI elements.
Saved in  res/values/ and accessed from the  R.style class.
More Resource Types
Define values such as booleans, integers, dimensions, colors, and other arrays.
Saved in  res/values/ but each accessed from unique  R sub-classes (such as  R.boolR.integer, R.dimen, etc.).

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值