MobileUI
/
ActivityIndicator
A user interface element showing a cyclic animation to indicate ongoing activity.
iOS | Android |
Usage
Green indicator bound to a isLoading property
<ActivityIndicator visible="#{isLoading}" color="green"/>
Attributes
Name | Type | Default | Binding | Description |
---|---|---|---|---|
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.