Answers for "how to change the color of textview using java code"

1

java set textview color

textview.setTextColor(this.getResources().getColor(R.color.orange));
Posted by: Guest on November-08-2020

Code answers related to "how to change the color of textview using java code"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language