Answers for "how to change font color of textview in android studio from attributes"

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 "how to change font color of textview in android studio from attributes"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language