我无法使用“com.yahoo.mobile.client.android.util.rangeseekbar:rangeseekbar-library:0.1.0”库为Thumb和进度对话框提供我选择的颜色。
以下是我尝试过的方法:
但没有运气。有人请帮帮我。
答案 0 :(得分:0)
在库中,SeekBar color定义为
public static final int DEFAULT_COLOR = Color.argb(0xFF, 0x33, 0xB5, 0xE5);
所以使用
RangeSeekBar.DEFAULT_COLOR = Color.argb(0xFF, 0x33, 0xB5, 0xE5);// change your custom color value.