I would like to have a `Settings` screen for parti...
# compose
l
I would like to have a
Settings
screen for particular screens (context related). Do you do some fancy stuff with
BottomSheet
or
ModalDrawer
to achieve this or just substitute the current screen with the settings screen? Edit: Another question would be if context related settings are even common? The MD guideline states
Placement: All of an app’s settings should be reached via the “Settings” label
What is the current state of the art regarding
Settings/Preferences
screen?