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 668 forks source link

dimming color #71

Closed hatak30 closed 8 years ago

hatak30 commented 8 years ago

Hi

Is it possible to turn off dimming when you click on search bar?

arimorty commented 8 years ago

Hi,

Yes. Have you looked at the sample? It is using the attribute https://github.com/arimorty/floatingsearchview/blob/master/sample/src/main/res/layout/activity_main_main_content.xml#L40 which has the corresponding public method https://github.com/arimorty/floatingsearchview/blob/master/library/src/main/java/com/arlib/floatingsearchview/FloatingSearchView.java#L1048

hatak30 commented 8 years ago

thanks, I haven't checked that, very cool library :)