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 <[email protected]> wrote: > Thanks! :) > > On Aug 26, 12:28 pm, Gonçalo Ferreira <[email protected]> wrote: > > > > > Check out here. > > >http://developer.android.com/reference/android/R.attr.html#progressBa... > > > Just change thestylefor 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 <[email protected]> wrote: > > > > Hi all, > > > > I want to use a small spinner for an indeterminate progress bar. So I > > > added this to my screen: > > > > <ProgressBar > > > android:id="@+android:id/ConnectionProgress" > > > style="?android:attr/progressBarStyleSmallTitle" > > > android:layout_width="wrap_content" > > > android:layout_height="wrap_content" /> > > > > But it shows a white spinner. I looked at SDK folder, and I saw there > > > is also a black spinner. Is it possible to indicate to user the black > > > spinner instead of white spinner?. > > > > I want an "elegant" form of using that spinner that already exists in > > > Android, but looks I may have to copy the image to my proyect and > > > create the animation, and set it in "indeterminate drawable" > > > > Any ideas? > > > > Thanks in advance for any help. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

