0

Enter image description here

As you can see, the menu has a clear effect, whereas the content background is kind of a blur. And this blur effect is only to the content. For more, you can actually see the Yahoo Android application.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Naveen
  • 830
  • 9
  • 19
  • use background image – KOTIOS Aug 23 '14 at 15:39
  • dint get you ? I already use a background image, but i need the blur effect. You mean to say use image for that blur ? – Naveen Aug 23 '14 at 15:43
  • I don't really know of a non-hacky method of doing this. Couldn't you just use two backgrounds (one blurry and one normal), that fit together? – Eugen Timm Aug 23 '14 at 15:44
  • above image is of yahoo app right? – KOTIOS Aug 23 '14 at 15:45
  • http://stackoverflow.com/questions/2067955/fast-bitmap-blur-for-android-sdk – Yuraj Aug 23 '14 at 15:49
  • Yes. Its a yahoo app. I can use a blur image for the content. But the thing is the blur content image is in sync. – Naveen Aug 23 '14 at 15:49
  • @Yuraj : thanks for the link, but one quick question, my app has a default common background for both drawer and the layout(content). Does the link you shared has some example to set blur effect only to the content? Im new to android :( – Naveen Aug 23 '14 at 15:54

1 Answers1

0

You will have to change the HTML structure and apply CSS 3 filter blur on the parent container while the parent content does not.

There is a more detailed post in Stack Overflow post How to apply a CSS 3 blur filter to a background image that I am setting with background-image?.

Community
  • 1
  • 1
Joe Park
  • 13
  • 4