对所有版本使用最新Android版本的加载圈

时间:2013-11-13 16:02:43

标签: android animation loading android-styles

我有一个应用程序,该应用程序有一个加载圈。在Android 4.2及更高版本中,加载圈看起来不错。但在它下面看起来并不一样。有没有办法让每个版本的最新Android版本的加载圈?目前我正在使用styles.xml中的样式。但这看起来并不像我想要的那样。我只是想,它到处都是一样的。知道怎么做吗?

这是当前的样式

<style name="GenericProgressBackground" parent="android:Theme">
    <item name="android:layout_width">match_parent</item>    
    <item name="android:layout_height">match_parent</item>
    <item name="android:background">#DD111111</item>    
    <item name="android:gravity">center</item>  
</style>
<style name="GenericProgressIndicator" parent="@android:style/Widget.ProgressBar.Small">
    <item name="android:layout_width">wrap_content</item>
    <item name="android:layout_height">wrap_content</item>
    <item name="android:indeterminate">true</item> 
</style>

我布局中的进度条使用了当然的风格

style="@style/GenericProgressIndicator"

1 个答案:

答案 0 :(得分:1)

点击此链接

https://github.com/Todd-Davies/ProgressWheel

设计加载圈非常好