Quadrilaterals Jetpack Compose clipped quadrilateral buttons



Information This project demonstrates one of the options for the implementation of buttons in the form of quads that can be superimposed one on one. Jetpack Compose does not natively support quads (let alone rounded ones), so this project uses a custom shape for the quad and a PathEffect for rounded edges.


Libraries used Compose Material 3, Navigation Compose, Compose Foundation

GitHub

View Github