Android学习笔记(十六):高级UI组件----图像类组件(图像切换器ImageSwitcher)
图像类组件(图像切换器ImageSwitcher)图像切换器:主要用于实现带动画效果的图片切换功能。当用户左右滑动时,会切换图片,并伴随某种动画效果。在activity_main.xml文件中,用ImageSwitcher标签来定义图片切换器。属性:android:layout_width和android:layout_height:取值为match_parent,即与父容器相同。通过Java代码