I tried a lot to change the textColor using xml, like

android:textColor = "7FFF00",
android:textColor = "0x7FFFF00"
android:textColor = "@drawable/blue"

like that...

but i cant change the text Color, still showing the default color, i changed
the backGround Color, but cant change the texColor

what to do, for this

Nithin

<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content" android:text="Nithin, the crazy Guy"
android:textSize = "30px" android.textColor = "0x7FFF00" android:textStyle =
"italic" android:gravity = "center" android:layout_x =
"10px"android:layout_y = "180px" />

--~--~---------~--~----~------------~-------~--~----~
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