Android自动移动图像

时间:2015-02-02 12:57:59

标签: android image

在Android中自动移动图像的最佳选项是什么? (图像和图像标题的数量是随机生成的。)

               ____________ 
<- direction   | screen    |

image1的&LT; - 10px的 - &GT; IMAGE2&LT; - 10px的 - &GT;图像3&LT; - 10px的 - &GT;等。

像android中的普通画廊,但它必须是自动的。

1 个答案:

答案 0 :(得分:0)

我通过动画解决了它。

<?xml version="1.0" encoding="utf-8"?> <translate    xmlns:android="http://schemas.android.com/apk/res/android"    android:duration = "4000"    android:fromXDelta="100%p"    android:toXDelta="-100%p"    />