How can I remove border elevation of button
expecting result as below
How to do?
@Winter You Can’t set a button like that as a button has a default property of elevation so instead you can simply use a label for this work set label clickable to true and use its click block
if user clicks on label rapidly multiple times then it is missing few clicks, that’s why I prefer button instead of label.
And Why User will Click that Rapidly ?
If user has to past few images by clicking next, he may click at random speed.
anyway I will use labels as of now.
You can use cardview full clickable property with elevation of card set to 0
But still the button will be shown elevated
Just use label inside card, don’t use button
Yes this is perfect
Why not try @VSATISH13 MakeViewUp
extension -
You can set the elevation to 0.
ButtonElevation.aia (12.2 KB)
I tested it. It works perfectly.
Result will be like this -
Mark as solution if it works
Mark a post as a solution if your problem is solved.