Lines Matching full:indicator
35 ### Custom Indicator
37 … of using the provided `PullRefreshIndicator` composable, you can create your own custom indicator.
91 As this library is built with a separate state object, it's easy to display a refreshing indicator …
93 The unrealistic example below displays a forever refreshing indicator:
110 ## Indicator section in Swipe Refresh for Jetpack Compose
112 …indicator: [`SwipeRefreshIndicator()`][api_swiperefreshindicator], which `SwipeRefresh` uses autom…
114 ### Customizing default indicator
116 To customize the default indicator, we can provide our own `indicator` content block, to call [`Swi…
124 indicator = { state, trigger ->
146 <figcaption>Tweaked indicator demo</figcaption>
149 ### Custom indicator
151 …n also provide your own custom indicator content. A [`SwipeRefreshState`][api_swiperefreshstate] i…
153 An example of a custom indicator is provided [here][sample_customindicator].
174 …shindicator]: ../api/swiperefresh/com.google.accompanist.swiperefresh/-swipe-refresh-indicator.html