Answers for "how to chnage the color of individual letter in android in textview"

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 chnage the color of individual letter in android in textview"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language