标签: android styles autocompletetextview
我有一个带有项目列表的微调器,适用于用户需要开始输入的自动完成textView,如果插入的文本不包含在列表中,我需要下划线来改变颜色,任何想法?< / p>
答案 0 :(得分:1)
editText.getBackground().mutate().setColorFilter(getResources().getColor(R.color.your_color), PorterDuff.Mode.SRC_ATOP);