# Titanium.UI.ActivityIndicatorStyle
A set of constants for the styles available for Titanium.UI.ActivityIndicator objects.
# Constants
# BIG
BIG :Number
Large white spinning indicator.
Used with the style property.
One of the group of activity indicator style constants DARK, BIG, BIG_DARK, and PLAIN.
# BIG_DARK
BIG_DARK :Number
Large gray spinning indicator.
Used with the style property.
Note: Although this constant is not available on iOS, you accomplish
this behavior by setting the style to Ti.UI.ActivityIndicatorStyle.BIG
and use the indicatorColor property to
tint the indicator.
One of the group of activity indicator style constants DARK, BIG, BIG_DARK, and PLAIN.