Answers for "change the font color of the text of a text textview in activity"

6

change color of text in textview android

TextView text = (TextView) findViewById(R.id.text);
text.setTextColor(Color.parseColor("#FFFFFF"));
Posted by: Guest on August-20-2020

Code answers related to "change the font color of the text of a text textview in activity"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language