Drawable初步介绍

Drawable Resource 一个Drawable资源是绘图中的一个普通概念,可以再屏幕上绘制出来。可以通过APIs中的getDrawable(int)方法检索出来,也可以在其他的XML资源中通过Android:drawable和android:icon等属性使用它。Android中有多种不同类型的drawable。 Bitmap File:一个位图文件(.png,.jpg,或.gif),
相关文章
相关标签/搜索