---
title: activityIndicator
framework: tvml
role: collectionGroup
path: tvml/activityindicator
---

# activityIndicator

Displays a spinning indicator and a title.

## Overview

Overview Use the activityIndicator to show your users that some sort of activity is taking place. The activity indicator is mostly used to show users that content is currently loading. Here’s an example that displays an activity indicator inside of a loading page. <loadingTemplate>    <activityIndicator>       <title>Loading requested page</title>    </activityIndicator> </loadingTemplate> Subelements of activityIndicator title Elements that Use activityIndicator loadingTemplate relatedContent

## Topics

### Valid TVML Styles

- [margin](tvml/margin.md)
- [width](tvml/element-shaping-width.md)

### Valid TVML Attributes

- [binding](tvml/binding.md)
- [prototype](tvml/prototype.md)
- [theme](tvml/theme.md)

## See Also

### Overlay Elements

- [progressBar](tvml/progressbar.md)
- [separator](tvml/separator.md)
