[android-developers] Re: Black spinner in progressbar

2010-09-07 Thread Gonçalo Ferreira
Just an update relating to this subject. The color of the the spinners depends on the theme you're using. So when you use a Black theme (default) the Inverse Spinners will be white and vice-versa, not exactly the way i said before. On Aug 30, 5:27 pm, fr4gus fggar...@gmail.com wrote: Thanks!

[android-developers] Re: Black spinner in progressbar

2010-08-30 Thread fr4gus
Thanks! :) On Aug 26, 12:28 pm, Gonçalo Ferreira monx...@gmail.com wrote: Check out here. http://developer.android.com/reference/android/R.attr.html#progressBa... Just change the style for one of those in that link. The attributes with the suffix Inverse are black spinners, usually for

[android-developers] Re: Black spinner in progressbar

2010-08-26 Thread Gonçalo Ferreira
Check out here: http://developer.android.com/reference/android/R.attr.html#progressBarStyleInverse Just change the style attributes for one of those in the link. The attributes with the suffix Inverse are black spinners, usually for a light background. On Aug 19, 7:15 pm, fr4gus

[android-developers] Re: Black spinner in progressbar

2010-08-26 Thread Gonçalo Ferreira
Check out here. http://developer.android.com/reference/android/R.attr.html#progressBarStyleInverse Just change the style for one of those in that link. The attributes with the suffix Inverse are black spinners, usually for light backgrounds. On Aug 19, 7:15 pm, fr4gus fggar...@gmail.com wrote: