简体   繁体   中英

Android Material Design SearchView

I'm trying to implement a SearchView with the Material Design styles: http://www.google.com/design/spec/patterns/search.html#search-in-app-search but I can't find a control which looks like the Material Design one. I want to implement a SearchView like the google play or gmail app one. Any idea?

you can use this library

https://github.com/lapism/SearchView

dependencies {
        compile 'com.lapism:searchview:2.1.1'
        }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM