pkliang / ProgressCircularIndeterminate

仿Smooth微博客户端的loading动画

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
    />

About

仿Smooth微博客户端的loading动画


Languages

Language:Java 100.0%