# Titanium.UI.ActivityIndicatorStyle

A set of constants for the styles available for Titanium.UI.ActivityIndicator objects.

Availability
3.0.0
5.1.0
9.2.0

# Constants

# BIG

Availability
3.0.0
5.1.0
9.2.0
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

Availability
3.0.0
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.


# DARK

Availability
3.0.0
5.1.0
9.2.0
DARK :Number

Small gray spinning indicator.

Used with the style property.

One of the group of activity indicator style constants DARK, BIG, BIG_DARK, and PLAIN.


# PLAIN

Availability
3.0.0
5.1.0
9.2.0
PLAIN :Number

Small white spinning indicator (default).

Used with the style property.

One of the group of activity indicator style constants DARK, BIG, BIG_DARK, and PLAIN.