Android Drawable 和 xml文件转化关系

来源:互联网 发布:js 获取html属性值 编辑:程序博客网 时间:2024/06/06 00:08

<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