码迷,mamicode.com
首页 > 其他好文 > 详细

progressbar原始效果

时间:2017-11-05 19:16:33      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:ogr   art   idt   res   usr   recycle   roi   tco   sha   

<?xml version="1.0" encoding="utf-8"?>
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
    android:fromDegrees="0"
    android:pivotX="50%"
    android:pivotY="50%"
    android:toDegrees="360">
    <shape
        android:innerRadiusRatio="3"
        android:shape="ring"
        android:thicknessRatio="8"
        android:useLevel="false">
        <gradient
            android:centerColor="#B26BD3FF"
            android:centerY="0.50"
            android:endColor="#FF6BD3FF"
            android:startColor="#006BD3FF"
            android:type="sweep"
            android:useLevel="false" />
    </shape>
</animated-rotate>

效果xml

  <ProgressBar
        android:id="@+id/pb_progress"
        android:layout_width="24dp"
        android:layout_height="24dp"
        android:indeterminateDrawable="@drawable/easy_recycler_footer_progress" />

 

progressbar原始效果

标签:ogr   art   idt   res   usr   recycle   roi   tco   sha   

原文地址:http://www.cnblogs.com/ghhryr-lichl/p/7788142.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!