TextView tv = (TextView)findViewById(R.id.tv);
 
String strColor = "#ff0000";

tv.setTextColor(Color.parseColor(strColor));


+ Recent posts