如何制作Google Play商店应用,例如搜索操作菜单和搜索对话框设计

时间:2015-06-22 06:35:46

标签: android search android-actionbar material-design search-dialog

根据新的素材设计更新,Google付费商店应用操作搜索会在搜索操作按钮上打开一个搜索对话框。此搜索界面与android在操作栏中提供的默认操作视图不同(仅在操作栏中打开。)

所以我的问题是如何实现像Google Play商店应用这样的新搜索操作对话框。是否有任何Android官方组件或我必须为此创建自定义对话框视图?如果是第二个,那么请说明如何实现这种类型的搜索视图? enter image description here

enter image description here

enter image description here

2 个答案:

答案 0 :(得分:7)

以下链接可能会有所帮助。它是搜索的自定义实现。请看看。

https://github.com/Quinny898/PersistentSearch

答案 1 :(得分:0)

其Android默认 searchview ,设置为android:iconifiedByDefault="true"。点击后显示的初始响应是基于您的搜索历史记录,我猜它会被保存,稍后当您开始输入编辑文本时,请执行api调用。