android drawable类型

来源:互联网 发布:ebsco数据库怎么用 编辑:程序博客网 时间:2024/06/17 05:06
<animated-rotate></animated-rotate>     旋转动画<animated-selector></animated-selector> 状态触发动画<animated-vector></animated-vector>     矢量动画<animation-list></animation-list>       分层逐帧动画<bitmap></bitmap><clip></clip>               裁剪图片,对图片进行裁剪<color></color>             颜色图片<inset></inset>             内嵌图片,可以设置内边距,即使ImageView是填满属性<layer-list></layer-list>   一个ImageView同时显示多张图片<level-list></level-list>   一个ImageView设置多张图片,只显示一张<nine-patch></nine-patch>   .9图片,可控制拉伸不变形<ripple></ripple>           水纹效果的图片<rotate></rotate>           旋转效果的图片<scale></scale>             缩放效果的图片<selector></selector>       背景选择器,根据不同状态显示不同背景<shape></shape>             形状图片<transition></transition>   过渡效果的图片<vector></vector>           矢量图片,可以适应不同分辨率
0 0
原创粉丝点击