Space between cardview

Hi, hope you are alright!
I’m trying to create my bottom menu, and I’m having a hard time at one point.

As you can see in the image below, there is a space between the cardviews. A vertical arrangement is side by side with no spaces between them.

What can I do to reduce the space between these “buttons” (cardview full click), since it is not possible to activate a full click on a vertical/horizontal component?

The structure of the “button” is: Cardview > Button > Label

1 Like

Set elevation of cardview to 0

It’s already at 0.

Look:

Summary

I’ve seen some discussions around here about full click on an arrangement. Do you know something about? That would be perfect in that case!

Is width set to fill parent??

Use the “Decoration” component and do this on screen initialization…

It will remove the margin from outside the card view.

4 Likes

@nikzdevz , yes, it was in fill parent.

@hammerhai Octopus, what an awesome block. That’s exactly what I was looking for!

Thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.