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

Progress spinner? #132

Closed Permusoft closed 8 years ago

Permusoft commented 8 years ago

I see how to add a menu to the right side of your search view… I’m hoping to put a dumb progress spinner there. Is there any way to do this?

MarkyC commented 8 years ago

@Permusoft There's an API for this provided by FloatingSearchView. However, it puts the progress bar on the left (beside the query).

I suppose you could create an AnimationDrawable and set it as the icon on the menu item if you really want it on the right hand side.