everyone. Is it possible to make Navigation View transparent?
I have custom layout and try to set 50% transparent background for this layout, Navigation View or Drawer Layout.
android:background="#80000000"
but it doesn't give expected result.
Anybody tried to do this? I would appreciate help.

