如何在android中创建在线加载进度条?

时间:2017-01-26 04:33:28

标签: android xml android-progressbar

我想在我的应用中实现此进度条。它叫什么以及如何实现这种进步条式? 任何帮助将不胜感激 要求输出: enter image description here

2 个答案:

答案 0 :(得分:4)

<ProgressBar
    android:id="@+id/progressBar"
    style="@style/Widget.AppCompat.ProgressBar.Horizontal"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="-7dp"
    android:indeterminate="true"
   />

输出

enter image description here

答案 1 :(得分:1)

您可以查看一些好的图书馆。 我认为这个图书馆可以帮到你

https://android-arsenal.com/details/1/370

或更多

https://android-arsenal.com/tag/76?sort=rating

由于