【单选题】动画属性android:duration = "1000"的含义是( )
A. 优先级是1000
B. 持续时间1000秒
C. 持续时间1秒
D. 间隔时长1000毫秒
查看答案
【多选题】Bitmap.Config是Bitmap的内部类,存储绘图配置参数,以下哪些是其可以取用的值( )
A. Config.ALPHA_8
B. Config.ARGB_4444
Config.ARGB_8888
D. Config.565
【多选题】逐帧动画的XML里的item标签,必须有的属性是( )
A. android:drawable
B. android:duration
C. android:name
D. android:sort
【判断题】BitmapFactory类里的方法decodeResource(Resources res, int id)表示将指定路径的文件解码为位图。
A. 对
B. 错
【判断题】Matrix类本身不能对图像或图像进行变换,但是它与其他API结合能够控制图形图像的变换,例如旋转、缩放、倾斜等。
A. 对
B. 错