Closed CalebKL closed 4 months ago
One more thing, give the control bar some elevation as well so that the user can see that it is a different element. If the background of the bar is the same as the canvas, it almost looks like a single component instead of 2 composables.
One more thing, give the control bar some elevation as well so that the user can see that it is a different element. If the background of the bar is the same as the canvas, it almost looks like a single component instead of 2 composables.
I have made the changes, for the elevation I used shadowElevation
from Surface
Composable, there's also a tonalElevation
as well, but I think shadow looks better
Please include a screenshot of the latest UI before you merge as I am curious to see how it differs from the one you had previously shown me...
I can attach the screenshot, but you can also have a look at it. Try git fetch --all
on the terminal then checkout my branch and run.
I think it would be easier? Wdyt?
@CalebKL Yes, that works. I was just curious to check it out as soon as possible...
@CalebKL Yes, that works. I was just curious to check it out as soon as possible...
@CalebKL So far so good. I see that you have merged the PR so let me work on my corrections...
Added overflow menu which triggers a
ModalBottomSheet
Since we don't have a lot of items here on the bottom sheet, I though its best we use a row for the overflow menu items and limit BottomSheet drag (This can change though if we discuss and choose otherwise) Fixes #15