// private void setTextViewIconColor(TextView textView) {
// Drawable textDrawble = textView.getBackground();
// PorterDuffColorFilter cf = new PorterDuffColorFilter((FeedbackOverallMgr.getInstance().TITLE_AND_ICON_COLOR), PorterDuff.Mode.SRC_ATOP);
// textDrawble.setColorFilter(cf);
// }
修改textview 的图片颜色
最新推荐文章于 2021-05-25 14:19:18 发布