Android Google Style Loading Animation Library
CirclesLoadingView
Android Google Style Loading Animation Library.
Usage
- Add view into your layout file
<me.ibrahimsn.lib.CirclesLoadingView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:circleRadius="8dp"
app:circleMargin="8dp"
app:animDistance="10dp"
app:animDuration="500"
app:animDelay="150"
app:animInterpolator="accelerateDecelerate"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent" />
Setup
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.ibrahimsn98:CirclesLoadingView:1.0'
}