Skip to content

Cuiernao/AccelerateCircularView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

AccelerateCircularView

旋转小球 使用方法

1、添加远程仓库

 maven { 
     url "https://raw.githubusercontent.com/Cuiernao/AccelerateCircularView/master" 
     }

2、在module中添加依赖

 implementation 'com.cuiernao.acceleratecircularview:AccelerateCircularView:1.0.1'

3、在xml引用

<com.cuiernao.acceleratecircularview.view.AccelerateCircularView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Hello World!"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintLeft_toLeftOf="parent"
            app:layout_constraintRight_toRightOf="parent"
            app:layout_constraintTop_toTopOf="parent"/>

About

旋转小球

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published