android process bar 几种style

process bar 圆形style记录

1、

style="?android:attr/progressBarStyleSmall"

//根据主题变颜色

2、

holo 主题下的形状

style="@android:style/Widget.Holo.ProgressBar.Small"  对应:@android:drawable/progress_small_holo

打开sdk\platforms\android-19\data\res\drawable 可以查看对应的布局调用的图片

3、窗口

<ProgressBar style="@android:style/Widget.ProgressBar.Inverse"/>

<ProgressBar style="@android:style/Widget.ProgressBar.Large.Inverse"/>

<ProgressBar style="@android:style/Widget.ProgressBar.Small.Inverse"/>

4、自己修改process bar遇到了问题,在copy系统的stype后有两个参数不能用

<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/spinner_white_16"
android:pivotX="50%"
android:pivotY="50%"
android:framesCount="12"
android:frameDuration="100" />

其中

android:framesCount

android:frameDuration

参数不能用

改android:drawable 图片感觉不出效果。

参考

http://*.com/questions/2638161/how-to-change-android-indeterminate-progressbar-color

http://*.com/questions/4359390/android-animate-rotate

http://*.com/questions/20412362/androids-progress-medium-xml-error

查了下材料也没能明白怎么自己弄个自己图片的process bar  是圆圈的那种。没能做成功先搁着在此记录下,有看到会的小伙伴求赐教

上一篇:Git学习笔记(三)


下一篇:ASP.NET多线程下使用HttpContext.Current为null解决方案 2015-01-22 15:23 350人阅读 评论(0) 收藏