+ 2
Searchview
hi guys how can design search view as google play ?
1 Odpowiedź
+ 2
That is searchEditTextLayout . You can achieve that design using this library.
https://github.com/Quinny898/PersistentSearch
You have to use Custom Implementation of SearchView.
There are other ways to achieve the Persistent Search view which can be found here : http://stackoverflow.com/questions/38327504/how-to-style-android-searchview-like-in-google-play-store-app
Gracias .