Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.01 KB

loading-icon.md

File metadata and controls

23 lines (13 loc) · 1.01 KB

Loading Icon

For activities that take more than a few seconds, loading icons can be helpful to tell your app users that an activity is happening in the background, such as retrieving or uploading data

The large loading icon is on the top; the small is on the bottom on a Pixel 3

Style the loading icon

Property Description
Color The color of the loading icon
Size Small or large

Showing and hiding the loading icon

The loading icon should be displayed when the app is performing an activity in the background and hidden when it is not.

One way to show and hide the icon is to use the visible property of the component.

Loading icon shows up when the app opens but disappears after data is retrieved from a Spreadsheet

When the visibility is set to true, the loading icon will be seen on the app screen. If set to false, the loading icon will not be seen on the app screen.