在Play商店应用中实现搜索栏

时间:2014-05-29 11:21:59

标签: android

我想在操作栏中添加搜索栏功能顶部,例如在Play商店应用中。

单击搜索按钮

时,应扩展EditText

我怎样才能做到这一点?

很抱歉,如果我的问题没有显示任何研究工作,不过我用谷歌搜索它&没有找到任何结果。

提前致谢

2 个答案:

答案 0 :(得分:4)

这是我找到的https://github.com/Quinny898/PersistentSearch。语音识别也可用。

答案 1 :(得分:1)

此功能称为 Action View 。它允许您将小部件嵌入到操作栏中,当您单击它时,小部件将替换操作按钮。

以下是关于如何将 SearchView 嵌入操作栏的Google教程:http://developer.android.com/guide/topics/search/search-dialog.html#UsingSearchWidget