如何在Android搜索栏模式中实现搜索模式?
Android 搜索栏模式有一个搜索模式选择下拉菜单。有人能告诉我它是如何实施的吗?任何指向源代码/示例的指针都会很棒。 我想要适用于 Android 2.2+ 设备的代码。
Android Search Bar pattern has a search mode selection drop down. Can anybody tell me how is it implemented? Any pointers to source code/examples would be great.
I want code that works on Android 2.2+ devices.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好的,然后检查这个示例 如何在 Android 中创建 QuickAction 对话框 并在单击按钮时实现相同的操作。
Ok then check this example How to Create QuickAction Dialog in Android and implement the same on your button click.
Greendroid 库具有快速操作。
The Greendroid library has Quick Actions.