[android-developers] text color of a ListView

2011-08-17 Thread bob
Anyone know an easy way to change the text color of a ListView on Android? -- 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

Re: [android-developers] text color of a ListView

2011-08-17 Thread TreKing
On Wed, Aug 17, 2011 at 1:29 PM, bob b...@coolgroups.com wrote: Anyone know an easy way to change the text color of a ListView on Android? ListView doesn't have text, thus it does not have a text color to change.

[android-developers] text color

2011-06-08 Thread bob
Can someone help me figure out how to set the text color in a dialog? -- 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

Re: [android-developers] text color

2011-06-08 Thread Fred Niggle
Hello, You can do this dynamically as well. At http://realfred.uphero.com/android/androidsnippets.html is the following snippet which works button1.setBackgroundColor(Color.argb(125, 0, 0, 255)); Hope this helps, Fred. On 08/06/2011, bob b...@coolgroups.com wrote: Can someone help me figure

[android-developers] Text color in fast scroll SectionIndexer box

2010-04-10 Thread EPecorari
Hi, I have a ListView with the fast scroll enabled. The background of the listview is white and the text is black. The box indicating the letter of the section is being scrolled at the moment is in black. Is it possible to customize that colore and turn to white? If yes, how can I do that?