Fixed
Status Update
Comments
vi...@google.com <vi...@google.com>
vi...@google.com <vi...@google.com> #2
I have the same issue.
he...@gmail.com <he...@gmail.com> #3
Here too!
vi...@google.com <vi...@google.com> #4
+1
he...@gmail.com <he...@gmail.com> #5
the same for Java buildSrc
vi...@google.com <vi...@google.com> #6
Same here
he...@gmail.com <he...@gmail.com> #7
+1
ki...@google.com <ki...@google.com>
al...@google.com <al...@google.com> #10
3.5 Canary 6 has same issue
ap...@google.com <ap...@google.com> #11
I got the same issue today if you it is related to the ne experimental feature "Only sync the active variant" introduced in Android Studio 3.3.
It's enabled by default...
On macOS you can disable it by going to "Android Studio" -> "Preferences" -> "Experimental"
It's enabled by default...
On macOS you can disable it by going to "Android Studio" -> "Preferences" -> "Experimental"
he...@gmail.com <he...@gmail.com> #12
Is this still being worked on?
Description
androidx.appcompat:appcompat:1.1.0
Version used:
1.1.0
Theme used:
Irrelevant, but Theme.MaterialComponents.DayNight
Devices/Android versions reproduced on:
Android 5.1 and older
AppCompatRatingBar doesn't render <layer-list> drawables correctly when using android:left/android:right to position child <item> layers, see attached screenshots. The bug is likely caused by the tilefy() method in AppCompatProgressBarHelper:
Setting the drawable in code setProgressDrawable(), instead of android:progressDrawable thus bypassing the AppCompatProgressBarHelper "tiling", works as expected, even on Android 5.1. Using the same drawable in an AppCompatImageView also works without issue.