2009-12-01 5 views

Répondre

3
textView.setBackgroundResource(resourceId) //from resource 

textView.setBackgroundColor(int color) // e.g. Color.RED 

pour les couleurs personnalisées

int color = Color.rgb(int red, int green, int blue); 
+0

thnxs ur travail help.Its – deepthi

Questions connexes