itcql / CircleAlarmTimerView

A custom reusable circular slider control for Android application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleAlarmTimerView

摘要

圆形进度条 简单界面实现 没有做过多细化操作

Gif动画

1

Demo 下载APK体验

Download Demo

Usage 使用方法

Step 1

In layout

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

LICENSE

Apache License Version 2.0

About

A custom reusable circular slider control for Android application

License:Apache License 2.0


Languages

Language:Java 100.0%