2009-12-01 40 views

回答

3
textView.setBackgroundResource(resourceId) //from resource 

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

自定義顏色

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

thnxs的工作UR help.Its – deepthi 2010-02-16 11:00:29