Android Material Search Design

I am trying to implement SearchView with Material Design styles: http://www.google.com/design/spec/patterns/search.html#search-in-app-search , but I can not find a control that looks like Material Design . I want to implement SearchView as an application for Google Play or Gmail. Any idea?

+4
source share
1 answer

you can use this library

https://github.com/lapism/SearchView

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

Source: https://habr.com/ru/post/1617762/


All Articles