Change Color Of Text In Textview Android

[Solved] Change Color Of Text In Textview Android | Swift - Code Explorer | yomemimo.com
Question : change color of text in textview android

Answered by : gleaming-gull-kzca57geg3dv

TextView text = (TextView) findViewById(R.id.text);
text.setTextColor(Color.parseColor("#FFFFFF"));

Source : | Last Update : Thu, 27 Aug 20

Answers related to change color of text in textview android

Code Explorer Popular Question For Swift