mkko / DrawerView

A drop-in view, to be used as a drawer anywhere in your app
MIT License
373 stars 57 forks source link

rounded corners are rounded even at the bottom of the drawer. they shouldn't be #41

Closed vandadnp closed 3 years ago

vandadnp commented 3 years ago

Hi and thank you for DrawerView 😊 I've noticed that the drawer view has rounded corners even at the bottom when it's fully expanded

wyszo commented 3 years ago

Hey! I've already suggested a fix for that with a code sample in this thread: https://github.com/mkko/DrawerView/pull/38. I haven't integrated the fix into the repository, but if you create a fork and use the code from my post, it should work.

mkko commented 3 years ago

This is fixed in https://github.com/mkko/DrawerView/pull/47