I want to create a button like this in android with blue shadow in android using material design how can I create this?
Asked
Active
Viewed 102 times
0
-
Does this answer your question? [How to provide shadow to Button](https://stackoverflow.com/questions/15333529/how-to-provide-shadow-to-button) – ATP Feb 04 '21 at 13:47
-
most "pro" way and closest/same as in material design is to use [RenderScript](https://developer.android.com/guide/topics/renderscript/compute) – snachmsm Feb 04 '21 at 14:02