progress.xml 654 Bytes
Newer Older
Lee Jaebin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<?xml version="1.0" encoding="utf-8"?> 
<rotate xmlns:android="http://schemas.android.com/apk/res/android" 
    android:pivotX="50%" 
    android:pivotY="50%" 
    android:fromDegrees="0" 
    android:toDegrees="360"> 
    <shape android:shape="ring" 
    	android:innerRadiusRatio="3" 
        android:thicknessRatio="8" 
        android:useLevel="false"> 
 
        <size android:width="76dip" android:height="76dip" /> 
        <gradient android:type="sweep" 
        	android:useLevel="false" 
            android:startColor="#0066ff"  
            android:endColor="#0066ff" 
            android:angle="0" 
             /> 
    </shape> 
</rotate>