Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SearchView like Google Play Video App

I'm trying to implement search interface in actionbar like in Google Play Video App (https://play.google.com/store/apps/details?id=com.google.android.videos). I think it is SearchView widget but don't understand how do same customization: add up button inside it, set background, and expand the full width of actionbar

Play Video screenshot

like image 769
Dmitry Avatar asked Jun 11 '15 08:06

Dmitry


1 Answers

@Quiny898 create a nice lib, have a look:

https://github.com/Quinny898/PersistentSearch

enter image description here

like image 124
wrozwad Avatar answered Oct 07 '22 02:10

wrozwad