MobileUI LogoMobileUI
/

ActivityIndicator


A user interface element showing a cyclic animation to indicate ongoing activity.

ActivityIndicator on iOS
ActivityIndicator on Android
iOSAndroid

Usage

Green indicator bound to a isLoading property
<ActivityIndicator visible="#{isLoading}" color="green"/>

Attributes

NameTypeDefaultBindingDescription

Inherits all attributes from View and adds the following:

color

color

gray

output

The color of the activity indicator.

size

enum

small

output

Optional default size of the indicator. Can be one of 'large' and 'small'.


Parts of this documentation are a derivate of the Android Developer Documentation by Google used under CC-BY-2.5.