[android-developers] Re: TextView with links gets black while scrolling?

2009-01-14 Thread Peli
I've tried with and without android:textAppearance="?android:attr/textAppearanceSmall" and it did not make any difference... Peli On 14 Jan., 23:13, "Torgny Bjers" wrote: > Have you tried setting the appearance to one of the defaults, that > particular setting might be there? > > On Jan 14, 200

[android-developers] Re: TextView with links gets black while scrolling?

2009-01-14 Thread Disconnect
There is a cache attribute that can cause this too. (It bit me on the device, but not the emulator.) textCacheColor? Something like that, haven't got it available right now (its on the mbp apple is busy abusing) On Wed, Jan 14, 2009 at 5:13 PM, Torgny Bjers wrote: > Have you tried setting the ap

[android-developers] Re: TextView with links gets black while scrolling?

2009-01-14 Thread Torgny Bjers
Have you tried setting the appearance to one of the defaults, that particular setting might be there? On Jan 14, 2009 5:10 PM, "Peli" wrote: Actually, android:textColor="?android:attr/textColorPrimary" does not work (same behavior), but android:textColor="#" works :-) There must

[android-developers] Re: TextView with links gets black while scrolling?

2009-01-14 Thread Peli
Actually, android:textColor="?android:attr/textColorPrimary" does not work (same behavior), but android:textColor="#" works :-) There must be some text color set wrongly way down in the hierarchy of stateful text colors, but I could not figure out where exactly. Peli On 14 J

[android-developers] Re: TextView with links gets black while scrolling?

2009-01-14 Thread Peli
Unfortunatley, this does not resolve the issue. Actually, testing it more, it has nothing to do with the scroll view. It is enough to have a TextView with android:autoLink="all" to trigger this behavior. I wonder if there is any text attribute or style "while_clicked" or similar that one could o

[android-developers] Re: TextView with links gets black while scrolling?

2009-01-14 Thread Torgny
All you need to do to resolve this is make sure you set android:textColor to something like android:textColor="?android:attr/ textColorPrimary" and that will take care of your problem! On Jan 14, 11:06 am, Peli wrote: > It's the same link I had put into my original post (at least the > informati

[android-developers] Re: TextView with links gets black while scrolling?

2009-01-14 Thread Peli
It's the same link I had put into my original post (at least the information behind it). My problem is slightly different: I'm not worried about the background changing color (in fact, I have the default black background), but in this case the *text* changes color from the default white (or light

[android-developers] Re: TextView with links gets black while scrolling?

2009-01-14 Thread Al Sutton
http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/ Al. Al wrote: > I had this problem as well, but it went away after a while. > Unfortunately, I can't remember what I did to make it go away. My xml > layout for it is nothing special, it's also wrapped in a

[android-developers] Re: TextView with links gets black while scrolling?

2009-01-14 Thread Al
I had this problem as well, but it went away after a while. Unfortunately, I can't remember what I did to make it go away. My xml layout for it is nothing special, it's also wrapped in a ScrollView, but I am using the linkify.addLinks(Spannable, int) method rather then the xml attribute for autoli