A couple of questions about the Drawer Can I make...
# compose
j
A couple of questions about the Drawer Can I make it smaller like a standard Drawer on Android? The Compose one is just huge. Are there `DrawerButton`s or something other to create them (same goes for the drawer headers, with an app name and a logo maybe). Are there any plans to write those so I know what to invest time in?
If
MaterialTheme.shapes.small
should make the drawer smaller, thats not working
a
No, shape is for corners.
I'm making a lib (https://github.com/alorma/Compose-Debug-Drawer) that you can use to build your content, if you use the standalone method DrawerContent
j
I saw that, but (nothing against your library) I just want a simple way to make the drawer smaller. Ended up writing something like this