2016-04-05 146 views
1

的我有ImageView的SRC =動畫填充式橢圓

<shape android:shape="oval"> 

<stroke android:width="2dp" 
     android:color="@android:color/white"/> 
<solid android:color="@color/colorPrimary"/> 
</shape> 

我想填補它,並使用另一個繪製的最終狀態:

<shape android:shape="oval"> 
    <solid android:color="@android:color/white"/> 
</shape> 

如何動畫這個動作?

what I want

+0

使用矢量動畫,我也有同樣的問題。你有沒有找到解決方案? –

回答