# AndroidActivityIndicatorStyle

> ActivityIndicator Style (Android Specific).

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum AndroidActivityIndicatorStyle
```

## Fields

| Value                                                                                                       | Description                                                   |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [DontShow](/engine/6000.0/script-reference/unityengine/androidactivityindicatorstyle/dontshow.md)           | Do not show ActivityIndicator.                                |
| [InversedLarge](/engine/6000.0/script-reference/unityengine/androidactivityindicatorstyle/inversedlarge.md) | Large Inversed (android.R.attr.progressBarStyleLargeInverse). |
| [InversedSmall](/engine/6000.0/script-reference/unityengine/androidactivityindicatorstyle/inversedsmall.md) | Small Inversed (android.R.attr.progressBarStyleSmallInverse). |
| [Large](/engine/6000.0/script-reference/unityengine/androidactivityindicatorstyle/large.md)                 | Large (android.R.attr.progressBarStyleLarge).                 |
| [Small](/engine/6000.0/script-reference/unityengine/androidactivityindicatorstyle/small.md)                 | Small (android.R.attr.progressBarStyleSmall).                 |
