【问题标题】:How can we use custom progress bar with image in android [duplicate]我们如何在android中使用带有图像的自定义进度条[重复]
【发布时间】:2012-12-14 07:19:11
【问题描述】:

可能重复:
Custom Progress Bar in Android?

我们如何使用带有进度条的图像,就像用红色矩形标记的桶图像一样。 请提供一些自定义进度条的代码并在其中使用图像

【问题讨论】:

标签: android progress-bar


【解决方案1】:

如果您想设置progressBarthumb 图像随着进度移动,那么您可以使用seekBar 并像这样定义thumb 图像

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

【讨论】:

    猜你喜欢
    • 2017-06-01
    • 1970-01-01
    • 1970-01-01
    • 2013-05-29
    • 2018-10-13
    • 1970-01-01
    • 2015-12-29
    • 2019-09-08
    • 2014-12-05
    相关资源
    最近更新 更多