[android-developers] ListView text goes black when scrolling the content

2011-11-25 Thread KK
Hi All, I'm trying to show a list of songs using ListView (which supports scrolling when the song list grows bigger than the available screen). In this regard, I'm able to show the list of songs but whenever the user tries to scroll the screen up/down the part of the screen which has the text,

Re: [android-developers] ListView text goes black when scrolling the content

2011-11-25 Thread Mukesh Srivastav
Hi KK, Please add the following line to your listview, The problem get solves. android:cacheColorHint=# Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Fri, Nov 25, 2011 at 4:59 PM, KK dioxide.softw...@gmail.com wrote: Hi All, I'm trying to show a

Re: [android-developers] ListView text goes black when scrolling the content

2011-11-25 Thread KK
It really solved the problem. You are a lifesaver. Thank you very much. Regards, KK On Fri, Nov 25, 2011 at 5:05 PM, Mukesh Srivastav mukicha...@gmail.comwrote: Hi KK, Please add the following line to your listview, The problem get solves. android:cacheColorHint=# Warm Regards,

Re: [android-developers] ListView text goes black when scrolling the content

2011-11-25 Thread Mukesh Srivastav
You are always Welcome Mr.KK. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Fri, Nov 25, 2011 at 5:09 PM, KK dioxide.softw...@gmail.com wrote: It really solved the problem. You are a lifesaver. Thank you very much. Regards, KK On Fri, Nov 25, 2011 at

Re: [android-developers] ListView text goes black when scrolling the content

2011-11-25 Thread Jovish P
Refer the following link http://developer.android.com/resources/articles/listview-backgrounds.html to know the reason why it is happening . On Fri, Nov 25, 2011 at 5:12 PM, Mukesh Srivastav mukicha...@gmail.comwrote: You are always Welcome Mr.KK. Warm Regards, *Mukesh Kumar*, Android