Is there a way to get BottomDrawerLayout to animate open all the way when activated. Right now it seems to be hard coded to open half way.
m
matvei
06/11/2020, 10:51 AM
Not for now, unfortunately. However, the implementation of the BottomDrawer is fairly simple, so you will be able to make your own via copy-pasting and adjusting.
In them meantime, we will fix this issue, please fine bug request!
g
Guy Bieber
06/11/2020, 5:22 PM
I started implementing my own, but there were a lot of internal classes I couldn’t access to make it happen.