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

Halil Ozercan

03/08/2021, 4:31 PM
Although everyone is working on countdown challenge, I went back to my old video player project and updated it to beta01. Also, I added this youtube like MinimizableLayout. It's amazing how simple it is to implement something like this with compose.
👏 18
Btw, this is like 95% copied from
ModalBottomSheetLayout
. Only very small changes like disabling offset and altering
HalfExpanded
logic were enough.
t

therealbluepandabear

03/08/2021, 5:44 PM
@Halil Ozercan looks smooth 👍
p

Piotr Prus

03/08/2021, 6:02 PM
Looks awesome. Is it possible to make a custom peekHeight. Not half expanded, but something similar to Google maps.
2 Views