如何在video(1:30)上的磨损边框上创建圆形进度条?这是内置小部件还是自定义?我没有找到任何关于此的信息。 screen from video
答案 0 :(得分:1)
从可穿戴支持库中查看DelayedConfirmationView。
答案 1 :(得分:0)
如果您向下滚动浏览该页面的一半,则会看到“循环进度条”的XAML: https://developer.android.com/reference/android/widget/ProgressBar.html
<ProgressBar
android:id="@+id/indeterminateBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
IndeterminateBar默认为Circle,因为它未定义实际的'Progress'