<ViewFlipper
android:id="@+id/viewflipper"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:autoStart="true"
android:flipInterval="3000"
android:layout_centerHorizontal="true">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/learn_1" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/learn_2" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/prev_3" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/prev_4" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/learn_5" />
</ViewFlipper>
..图像在3秒后自动切换到下一张图像。 。但我想添加一些过渡到它,使其更具艺术性..非常感谢你的帮助..谢谢
答案 0 :(得分:0)
查看这些post。在那里你可以看到四张图片一个接一个地褪色。你可以下载完整的示例代码。
如果你需要在SplashActivity中实现这些,你也可以查看这些Stackoverflow帖子。