FireZenk-s-ProgressBar
介绍:
高度自定义的ProgressBar。
运行效果:
使用说明:
将FZProgressBar添加进layout
<com.firezenk.progressbar.FZProgressBar
android:id="@+id/myProgressBar"
android:layout_width="fill_parent"
android:layout_height="1dp" />
import
import com.firezenk.progressbar.FZProgressBar;
import com.firezenk.progressbar.FZProgressBar.Mode;
Retrieve获得FZProgressBar对象
FZProgressBar mBar = (FZProgressBar) findViewById(R.id.myProgressBar);
设置FZProgressBar
mBar.animation_config(int delay, int spacing);
mBar.bar_config(int height, int width, int radius, int background_color, int\[\] progress_colors);
开始或者停止动画
mBar.animation_start(Mode mode);
mBar.animation_stop();
已下载
0