我需要以编程方式执行此操作的原因是文本颜色已下载且未在 xml 中预定义。我 以编程方式阅读了此替换选择器图像
我只需要知道从
StateListDrawable states = new StateListDrawable();
states.addState(new int[] {android.R.attr.state_pressed},
getResources().getDrawable(R.drawable.pressed));
怎么变成
states.addState(new int[] {android.R.attr.state_pressed},**theMethodImLookingFor**("#e3bb87"));
忘了getResources().getColor(R.color.anycolor)
,xml中没有定义颜色