DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
3+8 =
Submit