0

I tried many methods to get blur side menu bar but no correct way is found. I have been used picasso lib, Blurry lib and other methods.

I want this

Shade
  • 9,936
  • 5
  • 60
  • 85

3 Answers3

0

Add these 2 attributes to the Parent layout in which you wanna add the blur:

android:backgroundTintMode="multiply"
android:backgroundTint="#dddddd"

Replace #dddddd with your own color, experiment which one looks best.

Vucko
  • 7,371
  • 2
  • 27
  • 45
0

Either use the android:background property with alpha value.

OR

you can use this library to get a blurred nav drawer :

OR

you can try something like this

Community
  • 1
  • 1
Ashish Ranjan
  • 5,523
  • 2
  • 18
  • 39
0

Try below examples:

Check this

this one also

Bhavin Patel
  • 872
  • 13
  • 30