0

I want to set a background to my music player with a transparency effect like in spotify. I tried using android:alpha="1" to my imageview but could not get the desired effect. What i want is something like this

enter image description here

Here the image background is transparency version of the same image. That way a matching theme can be obtained.How can i do this?

CraZyDroiD
  • 6,622
  • 30
  • 95
  • 182

2 Answers2

0

You can add transparency with alpha property, but for adding blur background effect you should check out this. It worked for me and its a great solution.

Community
  • 1
  • 1
activesince93
  • 1,716
  • 17
  • 37
0

Use color code #FFFFFFFF as background color for transparency. First 2 hex digits are for transparency level. Use anything between 00 to FF for setting the desired transparency.

sachin garg
  • 1,316
  • 15
  • 27