Android Studio how to make a custom button with soft Transparen background

141 Views Asked by At

I've tried using Android Studio to create a button with a blurry transparent background, as shown in this picture, but unfortunately, I do not know how to implement it

Here is a picture of how I imagine the button

enter image description here

1

There are 1 best solutions below

0
On

Use this library, you can create a blur layout and use it as button with setOnClickListener

https://github.com/CameraKit/blurkit-android