Android 可点击 TextView,带有提示和图像,用于启动搜索对话框并显示所选结果
我正在寻找一个示例,该示例展示了如何实现可单击的文本视图,该文本视图启动 Android 默认搜索对话框并显示选定的结果行。
它应该与 Android 上的 Google 地图操作栏中的搜索字段具有相同的行为和设计(例如,左侧的放大镜玻璃图标、如果文本视图为空则显示“搜索”提示、单击可启动由可搜索定义的搜索对话框)入口):
I'm searching for an example that shows how I can implement a clickable textview that starts the Android default search dialog and displays a selected result line.
It should have the same behaviour and design as the search field in the Google Maps action bar on Android (e. g. magnifier glass icon on the left, a "Search" hint if the textview is empty, a click starts the search dialog defined by a searchable entry):
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
结果的自定义
EditText
这是带有复合可绘制对象和 xml
That is custom
EditText
with compound drawableAnd xml
Result
您应该查看官方文档: http://d.android.com /guide/topics/search/search-dialog.html
Your should look at the official documentation : http://d.android.com/guide/topics/search/search-dialog.html
首先,您必须使用以下代码使您的 textView 可点击
以进行搜索活动,请参阅 这里
还给出了android sdk中搜索对话框的一个示例
如果您使用的是 eclipse,那么只需单击
well first you have to make your textView clickable with following code
for search activity plz refer here
there is also one example given for search dialog in android sdk
if you are using eclipse, then just click on