Join Slack
Powered by
Can I have activity-wide app bar menu items if I h...
# compose
f
Florian
08/12/2021, 11:27 PM
Can I have activity-wide app bar menu items if I have separate Scaffolds on each screen? I guess no
k
kevindmoore
08/12/2021, 11:29 PM
I think you would have to have just 1 Scaffold and then you would have to communicate Toolbar item changes
f
Florian
08/13/2021, 1:17 AM
ok thank you
Florian
08/13/2021, 1:17 AM
so instead I put the shared item on each screen manually?
b
Berkeli Alashov
08/13/2021, 3:23 AM
If you have separate Scaffolds, just have the same AppBars or AppBarMenus composables that you would pass to separate Scaffold or AppBars
f
Florian
08/13/2021, 10:40 AM
@Berkeli Alashov
thanks, that sounds like a good idea
12
Views
Open in Slack
Previous
Next