2020
10-06
10-06
Android 倒计时控件 CountDownView的实例代码详解
一个精简可自定义的倒计时控件,使用Canvas.drawArc()绘制。实现了应用开屏页的圆环扫过的进度条效果。代码见https://github.com/hanjx-dut/CountDownView使用allprojects{repositories{...maven{url'https://jitpack.io'}}}dependencies{implementation'com.github.hanjx-dut:CountDownView:1.1'}实现的效果效果图对应的view:<com.hanjx.ui.CountDownViewandroid:id="@+id/count_down_1"android:layout_wi...
继续阅读 >