当前动画更改了视图的每个部分的Alpha。我想通过视图的x和y位置更改alpha。 将其视为不断增长的单杠。我有一个由我自己绘制的视图(<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/test123"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#000"
android:background="#cccccc"
android:paddingTop="5dp"
android:paddingBottom="5dp"
android:paddingLeft="5dp"
android:paddingRight="5dp"
/>
)。另外问题是这个绘制的视图在列表视图中,它们是listview元素。所以我可能需要为ListView本身设置动画而不是实现预期结果的元素
我怎样才能实现它?