material-components-android icon indicating copy to clipboard operation
material-components-android copied to clipboard

[Progress indicator] Doesn't spin on API level 21

Open Leonidius20 opened this issue 9 months ago • 3 comments

Description: Neither the circular progress indicator, nor the linear one have animation on Android 5.0 (api level 21). They are just stuck in one state without any animation. At the same time, the same code produces a progress indicator with proper animation on Android 12.

Interestingly enough, there is exactly the same issue with the Jetpack Compose version of progress indicators (don't spin on android 5, do spin on android 12), although I understand that it is a separate issue.

Android API version: 21

Material Library version: 1.11.0

Device: ASUS ZenPad C 7.0 (P01Y)

Leonidius20 avatar May 17 '24 15:05 Leonidius20