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.animclass.
Frame animations are saved in res/drawable/and accessed from the R.drawableclass.
Color State List Resource
Define a color resources that changes based on the View state.
Saved in res/color/and accessed from the R.colorclass.
Drawable Resources
Define various graphics with bitmaps or XML.
Saved in res/drawable/and accessed from the R.drawableclass.
Layout Resource
Define the layout for your application UI.
Saved in res/layout/and accessed from the R.layoutclass.
Menu Resource
Define the contents of your application menus.
Saved in res/menu/and accessed from the R.menuclass.
String Resources
Define strings, string arrays, and plurals (and include string formatting and styling).
Saved in res/values/and accessed from the R.string, R.array, and R.pluralsclasses.
Style Resource
Define the look and format for UI elements.
Saved in res/values/and accessed from the R.styleclass.
More Resource Types
Define values such as booleans, integers, dimensions, colors, and other arrays.

Saved inres/values/but each accessed from uniqueRsub-classes (such asR.bool,R.integer,R.dimen, etc.).

每一本节中的文件描述了某些类型的应用程序资源,你可以在你的资源目录(提供使用,格式和语法RES /)。

这里的每个资源类型的简短摘要:

动画资源
定义预先确定的动画。
吐温的动画保存在 RES /动画/从访问 R.anim类。
帧动画保存在 RES /绘制/从访问 R.drawable类。
颜色状态列表资源
定义变化基于视图状态下显色的资源。
保存在 RES /彩色/从访问 R.color类。
绘图资源
定义各种图形与位图或XML。
在保存 RES /绘制/从访问 R.drawable类。
资源布局
为应用程序定义的UI布局。
保存在 RES /布局/从访问 R.layout类。
菜单资源
定义你的应用程序菜单中的内容。
保存在 RES /菜单/,并从访问 R.menu类。
字符串资源
定义字符串,字符串数组和复数形式(并包含字符串格式化和样式)。
在保存 RES /价值/从访问 R.stringR.arrayR.plurals类。
样式资源
定义UI元素的外观和格式
保存在 RES /价值/从访问 R.style类。
更多资源类型
定义值,如布尔,整数,尺寸,颜色和其他数组。
在保存 RES /价值/但每个从独特的访问 - [R子类(如 R.boolR.integerR.dimen等)。

更多相关文章

  1. android自定义适配屏幕的ImageView
  2. Android(安卓)仿苹果自定义Dialog
  3. 自定义View之温度计
  4. Android(安卓)直接通过JNI访问驱动
  5. Android(安卓)-Okhttp框架 工具类
  6. android 7.0 user版本调试方法
  7. 自定义ViewGroup onMeasure onLayout
  8. android:根据资源查找相应控件
  9. Android(安卓)自定义Ratingbar

随机推荐

  1. Foreach循环遍历数组
  2. PHP数据类型及开发环境部署
  3. 初始 php 及认识 php 变量与数据类型
  4. PHP环境搭建与初识PHP
  5. oop编程 委托 和回调
  6. foreach 获取省市区
  7. 循环读取数组
  8. phpstorm 配置环境本地服务器教程
  9. PHP函数的使用
  10. 第十二课 数组循环