https://kotlinlang.org logo
#compose
Title
# compose
g

Guy Bieber

06/10/2020, 10:51 PM
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.
Also I wasn’t able to create a bug at https://issuetracker.google.com/issues?q=componentid:612128
9 Views