独立搜索栏作为操作栏?

时间:2015-03-31 14:26:38

标签: android android-actionbar material-design

在我的应用中,我想实现一个与Google Play或Google地图相似的操作栏,也就是一个也有汉堡菜单的搜索栏。

与此类似:

A screenshot from Google Maps which demonstrates what I'm trying to achieve http://i1-news.softpedia-static.com/images/news2/Google-Rolls-Out-Maps-9-0-for-Android-with-Materials-Design-UI-Screenshot-Tour-464402-5.jpg

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

2 个答案:

答案 0 :(得分:1)

我在搜索持久搜索时遇到了这个库。我相信这就是你要找的东西。

  

Android Persistent Search Library

答案 1 :(得分:0)

我认为您只需使用Toolbar属性:

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

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