<progressbar>
Content Wallpaper
Horizontal linear progress indicator.
Example
<progressbar value="{sys:battery}" max="100" color="#BB86FC" /> Attributes
| Name | Type | Default | Description |
|---|---|---|---|
value | String | — | Current value (expression) |
max | Float | 100 | Maximum value |
color | Color | — | Progress track color |
background | Color | — | Track background color |
strokeWidth | Dp | — | Bar thickness |
strokeCap | String | round | Stroke cap. |