CircularProgressIndicator
Android
Component in Jetpack Glance
Adds a circular progress indicator view to the glance view.
Last updated:
Installation
dependencies {
implementation("androidx.glance:glance-appwidget:1.1.1")
}
Overloads
@Composable
fun CircularProgressIndicator(
modifier: GlanceModifier = GlanceModifier,
color: ColorProvider = ProgressIndicatorDefaults.IndicatorColorProvider,
)
Parameters
name | description |
---|---|
modifier | the modifier to apply to the progress bar |
color | The color of the progress indicator. |