Status Update
Comments
ch...@google.com <ch...@google.com> #2
note "./gradlew clean assembleqaDebug" works fine
bo...@gmail.com <bo...@gmail.com> #4
Thanks for the feedback. We believe that this issue has been resolved in newer versions of the product. Please try it out and if you still experience issues with it, do not hesitate to file a new bug.
For information of what’s needed in the report please don’t forget to read this guide athttps://developer.android.com/studio/report-bugs
For information of what’s needed in the report please don’t forget to read this guide at
ch...@google.com <ch...@google.com>
bo...@gmail.com <bo...@gmail.com> #7
@chris after updating the version to 23.0.1 this bug still exists.
ar...@gmail.com <ar...@gmail.com> #8
ha...@gmail.com <ha...@gmail.com> #10
While waiting for the next release I'm using this workaround http://stackoverflow.com/a/27496926/836540 , by creating a fake FAB pre-ICS, while using support design library FAB for ICS and above.
ch...@google.com <ch...@google.com> #15
Released in v23.1.0.
du...@gmail.com <du...@gmail.com> #16
No, not fixed in 23.1.0. Still seeing white FAB buttons in Android Studio preview and in Froyo:
http://imgur.com/wylo1sB
That appears as a normal fab on newer APIs. As you get older, you get a white circle, and older still gets the src= icon, and older still gets this ring+shadow. It kind of looks transparent, as if the inner shadow is coming through, but I'll let you be the judge:
http://i.imgur.com/wylo1sB.png
Using 23.1.0 support library, 24.0.0 support repository, and AS 1.5beta
That appears as a normal fab on newer APIs. As you get older, you get a white circle, and older still gets the src= icon, and older still gets this ring+shadow. It kind of looks transparent, as if the inner shadow is coming through, but I'll let you be the judge:
Using 23.1.0 support library, 24.0.0 support repository, and AS 1.5beta
ch...@google.com <ch...@google.com> #17
The problem is actually down to an issue in GradientDrawable mutation pre-ICS. I'll see what I can do.
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.com> #19
Released in the v23.1.1 support libs
Description
Version used: 23.0.0
switching the support design library version from 22.2.1 to 23.0.0 causes a bug with the FAB occuring with android 2.3.5. The border of the FAB is still drawn, but the background is invisible.
With android 4 and newer everything works as expected.