Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 567 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 567 Bytes

Moving-Circles-Loader

This is a Simple Android Moving Circles Loading Animation. Circle width is calculated based on width of the view.

How To use

Copy MovingCircleLoader.java to the project.

In Layout xml,

            <com.scriptedpapers.MovingCircleLoader
                    android:id="@+id/circleLoader"
                    android:layout_width="match_parent"
                    android:layout_height="250dp" />

Output

alt tag