This website requires JavaScript.
Explore
Help
Sign In
DEV
/
material-components_material-components-android
Watch
1
Star
0
Fork
0
You've already forked material-components_material-components-android
mirror of
https://github.com/material-components/material-components-android.git
synced
2026-01-24 00:11:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
lib
/
java
/
com
/
google
/
android
/
material
/
progressindicator
History
pekingme
e9e393dcbc
[M3][ProgressIndicator] Updated progress indicator dev doc with M3 themes/styles.
...
PiperOrigin-RevId: 396615622
2021-09-16 11:46:03 -07:00
..
res
[M3][ProgressIndicator] Created progress indicator's M3 styles.
2021-09-01 17:07:57 -04:00
res-public
/values
[M3][ProgressIndicator] Updated progress indicator dev doc with M3 themes/styles.
2021-09-16 11:46:03 -07:00
AnimatorDurationScaleProvider.java
…
BaseProgressIndicator.java
[ProgressIndicator] Enabled switch from indeterminate mode to determinate mode while visible.
2021-06-14 18:33:33 +00:00
BaseProgressIndicatorSpec.java
…
CircularDrawingDelegate.java
[CircularProgressIndicator] Fixed the transparent strip drawn at the ends of the indicator.
2021-08-05 18:21:37 -04:00
CircularIndeterminateAnimatorDelegate.java
[ProgressIndicator] Fix NPE caused by animatorCompleteCallback not set
2021-06-15 22:03:11 -07:00
CircularProgressIndicator.java
…
CircularProgressIndicatorSpec.java
…
DeterminateDrawable.java
[ProgressIndicator] Added the OnAnimationEndListener adder and remover for spring animation used in determinate drawable.
2021-06-15 22:04:10 -07:00
DrawableWithAnimatedVisibilityChange.java
…
DrawingDelegate.java
…
IndeterminateAnimatorDelegate.java
…
IndeterminateDrawable.java
…
LinearDrawingDelegate.java
[LinearProgressIndicator] Fixed the transparent strip drawn at the ends of the indicator.
2021-08-05 18:24:15 -04:00
LinearIndeterminateContiguousAnimatorDelegate.java
…
LinearIndeterminateDisjointAnimatorDelegate.java
[LinearProgressIndicator] Improved the smooth transition from indeterminate mode to determinate mode for some APIs.
2021-09-16 11:37:01 -07:00
LinearProgressIndicator.java
…
LinearProgressIndicatorSpec.java
…