FabBottomNavigationView
FabBottomNavigationView copied to clipboard
The lib doesn't show the curve after upgrading the com.google.android.material:material
Updated to com.google.android.material:material:1.1.0-beta01 and now no curve is shown.
The same issue here with material 1.2.0-alpha03
, is there any fix?
Same issue on 1.3.0
. Has anyone managed to fix it?
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.