2013-02-22 56 views
1

我有一個自定義XML文件中的進度不確定的繪製水平自定義進度不確定的水平,沒有拐角半徑

<?xml version="1.0" encoding="utf-8"?> 
<animation-list 
     xmlns:android="http://schemas.android.com/apk/res/android" 
     android:oneshot="false"> 
    <item android:drawable="@drawable/p1" android:duration="200" /> 
    <item android:drawable="@drawable/p2" android:duration="200" /> 
    <item android:drawable="@drawable/p3" android:duration="200" /> 
</animation-list> 

與P1,P2,P3是3個圖像......但結果看起來像波紋管

http://nu1.upanh.com/b1.s35.d3/00e5e91ffd3e130e92a25b450a125399_53446391.screenshot20130222085912.png

我想不確定沒有拐角半徑像圖像波紋管

http://nu0.upanh.com/b3.s34.d4/783c89efa40fa4b95a64b3ca0e9e38a5_53446390.screenshot20130222085920.png

請幫幫我。由於

回答