/ProgressCircularIndeterminate

仿Smooth微博客户端的loading动画

Primary LanguageJava

ProgressCircularIndeterminate

仿Smooth微博客户端的loading动画 progress-circular-indeterminate

setup

<com.zxb.progress.ProgressCircularIndeterminate
        android:id="@+id/p1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>

<com.zxb.progress.ProgressCircularIndeterminate
    android:id="@+id/p2"
    android:layout_width="56dp"
    android:layout_height="56dp"
    app:circleColor="#95a5a6"
    app:ringWidth="3dp"
    app:ringColor="#16a085"
    />