Skip to content

Instantly share code, notes, and snippets.

@rahulsainani
Created May 5, 2021 11:54
Show Gist options
  • Save rahulsainani/8f900c6f05cc17dda033257547fb023a to your computer and use it in GitHub Desktop.
Save rahulsainani/8f900c6f05cc17dda033257547fb023a to your computer and use it in GitHub Desktop.
@Composable
fun AppProgressBar() {
CircularProgressIndicator(color = Theme.colors.onBackground)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment