我有ImageView src =
<shape android:shape="oval">
<stroke android:width="2dp"
android:color="@android:color/white"/>
<solid android:color="@color/colorPrimary"/>
</shape>
我想填写它并使用另一个drawable进行最终状态:
<shape android:shape="oval">
<solid android:color="@android:color/white"/>
</shape>
如何动画这个动作?