Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: Android 中的自定义进度条?
我们如何使用带有进度条的图像,就像用红色矩形标记的桶图像一样。请为我提供一些自定义进度条的代码并在其中使用图像
如果你想设置随着进度移动的thumb图像,progressBar那么你可以像这样seekBar定义图像thumb
thumb
progressBar
seekBar
<SeekBar android:id="@+id/seekBar1" android:layout_width="match_parent" android:layout_height="wrap_content" android:progress="50" android:thumb="@drawable/icon" />