Lollipop Progress Bar Tinting

前端 未结 5 1618
再見小時候
再見小時候 2021-02-05 02:49

I\'m on a Lollipop device (MotoG 2014), I read about progress bar tinting, but this is not working...I get the default progress bar color. What am I missing here?



        
5条回答
  •  生来不讨喜
    2021-02-05 03:23

    Your code works well in Android 6.0+, but not for Android 5.1 and before as I have tested on my local Android emulator.

    I agree with the explanation of @Skizo-ozᴉʞS, and I've found an issue report in Android Issue Tracker that may refer to this bug. See this link.

    From the code it seems that using "android:indeterminateTint" only will not take any effects for API < 23.

提交回复
热议问题