android 设置textview背景色问题String str3= "0xff682536"int backColor=Integer.parseInt(str3);textView.setBackgroundColor(backColor);请问上述代码错在哪里,如何修改?
String str3= "0xff682536" textView.setBackgroundColor(Color.parseColor(str3));