如何获得白色双向加载圈?

时间:2013-12-03 17:39:18

标签: android progress-bar loading assets

我有一个非常不错的装载圈,就像这样:

<ProgressBar
    android:id="@+id/loading"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_centerInParent="true"
    android:indeterminate="true"
    android:indeterminateOnly="true"
    style="?android:attr/progressBarStyleLarge"
    />

它看起来像这样:

enter image description here

我不知道怎么做的是制作一个如下所示的加载圈:

enter image description here

(我不担心尺寸,这只是我找到的第一个截图)

这个圈子通常是如何产生的?我可以参考现有资产吗?

0 个答案:

没有答案