MobileUI LogoMobileUI
/

ProgressBar


A user interface element that indicates the progress of an operation.

ProgressBar on iOS
ProgressBar on Android
iOSAndroid

Usage

<ProgressBar progress="#{progress}" max="#{max}" width="fill_parent" progressColor="blue"/>

Attributes

NameTypeDefaultBindingDescription

Inherits all attributes from View and adds the following:

trackColor

progressColor

int

output

Color of the ProgressBar's active track

max

int

100

output

Defines the maximum value the progress can take. Must be an integer value, such as 100.

progress

int

0

output

Defines the progress value, between 0 and max. Must be an integer value, such as 50.


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