Status Update
Comments
an...@google.com <an...@google.com>
ma...@google.com <ma...@google.com> #2
According to specs, drawer should have 56.dp padding from the right (end). For consistency across apps and to comply with the material specs we don't have plans for now to allow this customisation.
If you really need to have a custom drawer sheet height, consider implementing your own, it shouldn't take much.
rb...@gmail.com <rb...@gmail.com> #3
So, to people out there if they face an issue where they just want to change the size of the drawer width then first of all they have to go through the pain of knowing if there exists a way and when somehow they find that there is no way and they have to write their own ModalDrawer?
I guess there should be provided a way to change this EndDrawerPadding
by keeping 56.dp as a default and the passed value as value overriding that default 56.dp
ma...@google.com <ma...@google.com> #4
Good point, I just realised that it won't work well for tablets as well.
Leaving it open for further investigations
Description