如何将Google即时搜索栏添加到我的应用中?

时间:2015-02-23 11:45:26

标签: android material-design searchbar

Google刚刚将Google Now中的搜索栏实施到了Play商店应用程序中,您可以在下面的gif中看到。

google searchbar in action

如何将此操作栏搜索栏实施到我自己的应用中?

我想要

  • 汉堡包动画
  • 从工具栏按钮访问
  • 麦克风按钮
  • 对棒棒糖设备的涟漪效应

我已经拥有的是

  • 列表项的布局
  • " old"动作栏内的searchview

有什么想法吗?提前谢谢

2 个答案:

答案 0 :(得分:7)

我创建了这个库来做这件事,唯一不做的就是涟漪,但我希望你可以很容易地用其他资源来实现它们:

https://github.com/Quinny898/PersistentSearch

这是其使用的gif:

Use

答案 1 :(得分:-3)

为此你需要使用材料搜索栏。 以下是github的链接。

请下载代码。 https://github.com/ManuelPeinado/GlassActionBar https://github.com/ManuelPeinado/GlassActionBar/tree/master/samples-stock

并根据需要修改此代码。 它会有所帮助。