arimorty / floatingsearchview

A search view that implements a floating search bar also known as persistent search
https://github.com/arimorty/floatingsearchview/blob/master/README.md
Apache License 2.0
3.54k stars 667 forks source link

Background shadow on focused search #20

Closed Apisov closed 8 years ago

Apisov commented 8 years ago

Hi. Can I remove shadow on focused search?

arimorty commented 8 years ago

Hi,

No, not at the moment. May I ask, why would you need it?

Apisov commented 8 years ago

Because of bad implementation from previous developer I can't make searchView to fit screen(for the shadow). How searchView has only space in toolbar and when it focused it's showing ugly small shadow.

Hope I was clear enough :)

arimorty commented 8 years ago

FloatingSearchView is assuming that it takes up the entire screen, so it won't work for you unless you find a way to stretch it to the entire screen.

Regards, Ari