分离搜索栏作为操作栏?

Detached search bar as action bar?

在我的应用程序中,我想实现一个类似于 Google Play 或 Maps 中的操作栏,即一个带有汉堡菜单的搜索栏。

与此类似:


(来源:softpedia-static.com

注意顶部的搜索栏。我怎样才能复制这个?

我想你可以只使用具有以下属性的 Toolbar

android:layout_marginLeft
android:layout_marginRight
android:layout_marginTop
android:layout_marginBottom

设置为一些 dp(8 或 12 可能是一个不错的尝试)。

我在搜索持久搜索时偶然发现了这个库。我相信这就是您要找的。

Android Persistent Search Library