Android Drawable 和 xml文件转化关系
日期: 2017-09-04 分类: 个人收藏 341次阅读
<selector />
———StateListDrawable
<level-list />
———LevelListDrawable
<layer-list />
———LayerDrawable
<transition />
———TransitionDrawable
<color />
———ColorDrawable
<shape />
———GradientDrawable
<scale />
———ScaleDrawable
<clip />
———ClipDrawable
<rotate/>
———RotateDrawable
<animation-list />
———AnimationDrawable
<inset />
———InsetDrawable
<bitmap/>
———BitmapDrawable
<nine-patch />
———NinePatchDrawable
<stupid-tag />
———Resources.NotFoundException
除特别声明,本站所有文章均为原创,如需转载请以超级链接形式注明出处:SmartCat's Blog
标签:android
上一篇: 数据结构
精华推荐