Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 785 Bytes

READEME_CN.md

File metadata and controls

31 lines (21 loc) · 785 Bytes

CircleAlarmTimerView

摘要

圆形进度条 类似iOS表盘 简单实现 没做细化,也没有上传jcenter

英文文档

View English Documents

动画

1

下载APK体验

点击下载

使用方法

步骤 1

布局

	    <com.yinglan.circleviewlibrary.CircleAlarmTimerView
                android:id="@+id/circletimerview"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_margin="40dp" />

开源协议

Apache License Version 2.0