Custom Progress¶
Category | Requires | Version |
---|---|---|
User Interface | API 21, Android 5.0 Lollipop | 4 |
Overview¶
A visible component that indicates the progress of an operation using a range of indeterminate animations.
Methods¶
Get Styles Names¶
Returns: List
Gets style names of all possible animations.
Properties¶
Animation Style¶
Text Default: Wave Read Write - Designer Blocks
Allows you to set animation style. Valid (case-insensitive) values are: ChasingDots, Circle, CubeGrid, DoubleBounce, FadingCircle, FoldingCube, Pulse, RotatingCircle, RotatingPlane, ThreeBounce, WanderingCubes, Wave. If invalid style is used, Wave animation will be used.
Background Color¶
Color Default: #FFFFFF00 Read Write - Designer Blocks
Sets the background color of this component.
Color¶
Color Default: #008b8bFF Read Write - Designer Blocks
Sets the color of the component
Height¶
Number Read Write - Blocks
Specifies the component's vertical height, measured in pixels.
Height Percent¶
Number Write - Blocks
Specifies the component's vertical height as a percentageof the height of its parent Component.
Visible¶
Boolean Default: True Read Write - Designer Blocks
Returns true iff the component is visible.
Width¶
Number Read Write - Blocks
Specifies the component's horizontal width, measured in pixels.
Width Percent¶
Number Write - Blocks
Specifies the component's horizontal width as a percentageof the Width of its parent Component.