'How to Create Neumorphism Style Button in Android

I'm interested in creating a Neumorphism Style Button. This design utilizes two shadows for the button to create the effect as noted in this image

this image.

I'm wondering how one would go about adding two shadows to a button. I'm aware of using elevation, but that only adds one shadow and I can't seem to find a way to add two like in the second link.

Cheers



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source