Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

change color of text in textview android

TextView text = (TextView) findViewById(R.id.text);
text.setTextColor(Color.parseColor("#FFFFFF"));
 
PREVIOUS NEXT
Tagged: #change #color #text #textview #android
ADD COMMENT
Topic
Name
3+8 =