I've just tried to implement the fade effect for TextView in Android 4.0.3; however, it doesn't work.
fadingEdge="horizontal"
singleLine="true"
ellipsize="marquee"
This code works perfectly for 2.3.7 and below, but not working for 4.0.3.
I'm wondering why is that so? and how to make fade effect for TextView?
My question is the same as this one: http://groups.google.com/group/android-developers/browse_thread/thread/97131b20de8b2ebd , but no answer yet.