FabBottomNavigationView icon indicating copy to clipboard operation
FabBottomNavigationView copied to clipboard

The lib doesn't show the curve after upgrading the com.google.android.material:material

Open vadimh77 opened this issue 5 years ago • 3 comments

Updated to com.google.android.material:material:1.1.0-beta01 and now no curve is shown.

vadimh77 avatar Oct 07 '19 06:10 vadimh77

The same issue here with material 1.2.0-alpha03, is there any fix?

jerryOkafor avatar Feb 01 '20 00:02 jerryOkafor

Same issue on 1.3.0. Has anyone managed to fix it?

mkayander avatar Mar 17 '21 10:03 mkayander

Ok so i think i found the solution. I went and copied BottomAppBarTopEdgeTreatment class from the com.google.android.material.bottomappbar package i had in my project, made the setFabDiameter() method accessable. Using this copied class, it now works at the latest version of material.

mkayander avatar Mar 17 '21 12:03 mkayander