作者热门文章
- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
我在这里遇到了问题。我刚刚从sdk 22更新到23,之前版本的“getColorStateList()”已经被弃用了。
我的代码是这样的
seekBar.setProgressTintList(getResources().getColorStateList(R.color.bar_green));
valorslide.setTextColor(getResources().getColorStateList(R.color.text_green));
旧的“getColorStateList”是
getColorStateList(int id)
还有一个新的
getColorStateList(int id, Resources.Theme theme)
如何使用 Theme 变量?提前致谢
最佳答案
虽然 anthonycr 的答案有效,但写起来要紧凑得多
ContextCompat.getColorStateList(context, R.color.haml_indigo_blue);
关于android - getColorStateList 已被弃用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32359832/
我是一名优秀的程序员,十分优秀!