I'm not sure about Linringayout. But for your work, you can try this.
GetWindow (). SetFlags (WindowManager.LayoutParams.FLAG_BLUR_BEHIND, WindowManager.LayoutParams.FLAG_BLUR_BEHIND);
and use the setContentView(R.layout.your_layout); method setContentView(R.layout.your_layout);
source share