gpt4 book ai didi

android - 更改 AppCompatSeekBar 的颜色

转载 作者:行者123 更新时间:2023-12-01 12:28:31 31 4
gpt4 key购买 nike

我正在尝试更改我正在处理的 Android 项目上 AppCompatSeekBar 的颜色。

这是我使用的代码

<android.support.v7.widget.AppCompatSeekBar
android:id="@+id/seekbar"
android:progressTint="@android:color/white"
android:layout_width="match_parent"
android:layout_centerInParent="true"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:layout_height="50dp"
android:thumb="@drawable/closeprogress"
/>

看起来像这样

enter image description here

我想要的是将搜索栏右侧部分(在气球之后)的颜色更改为蓝色。现在我只能将栏的“填充”部分更改为白色。

最佳答案

如果你的应用程序的 api 级别 >= 21,你可以使用

android:progressBackgroundTint="#0000ff"(蓝色)

我看到你使用 android:progressTint="@android:color/white"

否则 Set SeekBar XML properties

关于android - 更改 AppCompatSeekBar 的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37006643/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com