Je cherche un moyen de changer la couleur d'un texte d'un seul mot dans une TextView
à partir d'un Activity
.
Par exemple, avec ceci :
String first = "This word is ";
String next = "red"
TextView t = (TextView) findViewById(R.id.textbox);
t.setText(first + next);
Comment puis-je changer la couleur de la next
le texte en rouge ?
1 votes
Duplicata possible de Est-il possible d'avoir plusieurs styles dans un TextView ?
0 votes
stackoverflow.com/questions/9754076/
0 votes
stackoverflow.com/a/59628947/12478830