public final void setText (int 
resid)<http://developer.android.com/reference/android/widget/TextView.html#setText(int)>
resid says to me that the param is a resource id whereas setTextColor(int) 
says to me that it is merely an int. Which btw would be the static colors 
from the Android Class 
Color<http://developer.android.com/reference/android/graphics/Color.html>. 
Thus it would be setTextColor(Color.Red)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to