Android使Progressbar背景颜色不透明度100%

时间:2019-04-16 01:15:02

标签: java android kotlin progress-bar android-progressbar

我正在将进度条的背景色设置为特定的蓝色#00B0F0

当我查看进度条时,颜色显示为所需颜色的褪色版本。

我想像是progressBackgroundTintList设置了不透明度较小的背景颜色。

我以这种方式设置progressBar.progressBackgroundTintList:

    progressBar.progressBackgroundTintList = ColorStateList.valueOf(context?.resources.getColor(R.color.blue, null))

这是我的XML中的内容:

<ProgressBar
    style="?android:attr/progressBarStyleHorizontal"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"/>

我想知道是否可以将progressBar.progressBackgroundTintList设置为全色

0 个答案:

没有答案