ImageSwitcher TextSwitcher Animation 使用
ImageSwitcher TextSwitcher
[功能]
* 之所以把ImageSwitcher TextSwitcher 放在一起 因为二者实在太像了 使用起来基本一样
* 严格意义来说 ImageSwitcher TextSwitcher 和 ViewFlipper 也基本一样 都能包含数个View 且View直接相互切换可以设置渐变动画 不同的就是 前二者里面要显示的View比较固定 为ImageView TextView 而 ViewFlipper 里面可以为任意View
[ImageSwitcher 使用]
1. 定义一个含有ImageSwitcher 的 main.xml 还可以有2个Button 用于切换控制用
2. 各个View 的初始化 并设置 ImageSwitcher 的渐变动画效果
× 显示指定内容 方法如下:switcher.setText(String);
详情见代码! done.