Hey!
I have a SlidingDrawer in my application. When it opens, I want everything underneath it to be blurred. Anyway I can do this? Thanks.
Hey! I have a SlidingDrawer in my application. When it opens, I want everything
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The “BLUR_BEHIND” setting is a window feature you can only set at the window/activity level currently. Unless you want to have your sliding drawer encompass a whole activity (which doesn’t sound like what you were looking for) I think what you want will be quite difficult to achieve using just the Android API.