0

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

Ramesh R
  • 7,009
  • 4
  • 25
  • 38
  • Here is a picture of how I imagine the button https://i.stack.imgur.com/2WMTJ.png – Lorenz_tcp Jul 02 '19 at 03:17
  • You can implement your own *drawable* (with different sizes for the button's background). This may help you: https://stackoverflow.com/questions/18507351/how-to-create-custom-button-in-android-using-xml-styles – Kyle Emmanuel Jul 02 '19 at 04:18

1 Answers1

0

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

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

Milind Chaudhary
  • 1,632
  • 1
  • 17
  • 16