我们如何在android中使用带有图像的自定义进度条

时间:2012-12-14 07:19:11

标签: android progress-bar

  

可能重复:
  Custom Progress Bar in Android?

enter image description here

我们如何使用正在进行中的图像,就像用红色矩形标记的球拍图像一样。 请为我提供一些自定义进度条和使用图像的代码

1 个答案:

答案 0 :(得分:2)

如果您要设置thumb移动的progressBar图像,那么您可以seekBar并定义thumb图像

 <SeekBar
            android:id="@+id/seekBar1"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:progress="50"
            android:thumb="@drawable/icon"
             />