https://github.com/hzw1199/HoverProcessView
YouTube:
仿微信和微博的镂空半透明圆形进度
支持开启和关闭动画
背景支持圆角矩形
layout
<com.wuadam.hoverprocess.HoverProcessView
android:id="@+id/process"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:duration="1000"
app:hoverColor="#80000000"
app:max="100"
app:progress="30"
app:radius="48dp"
app:ringWidth="4dp"
app:roundCornerRadius="8dp" />
HoverProcessView process = findViewById(R.id.process);
动画模式
process.setProgress(50, true);
无动画模式
process.setProgress(50, false);
无限模式
process.startInfiniteProgress();
process.stopInfiniteProgress();
onDestroy:
process.stop();
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.