Published
- 1 min read
java set textview color
The solution for this is noted below
java set textview color
Solution
textview.setTextColor(this.getResources().getColor(R.color.orange));
Try other methods by searching on the site. That is if this doesn’t work