WEB开发网
开发学院手机开发Android 开发 Android 利用 onSearchRequested() 调用内部搜索u... 阅读

Android 利用 onSearchRequested() 调用内部搜索ui组件

 2010-04-21 15:47:00 来源:WEB开发网   
核心提示:< intent-filter >< action android:name="android.intent.action.SEARCH" / >< category android:name="android.intent.category.DEFAULT&

< intent-filter >

< action android:name="android.intent.action.SEARCH" / >

< category android:name="android.intent.category.DEFAULT" / >

< /intent-filter >

< meta-data android:name="android.app.searchable"

android:resource="@xml/searchable" / >

< /activity >

< /application >

searchable.xml文件:

< ?xml version="1.0" encoding="utf-8"? >

< searchable xmlns:android="http://schemas.android.com/apk/res/android"

android:label="@string/search_label"

android:hint="@string/search_hint"

android:searchMode="showSearchLabelAsBadge"

android:voiceSearchMode="showVoiceSearchButton|launchRecognizer"

android:voiceLanguageModel="free_form"

android:voicePromptText="@string/search_invoke"

android:searchSuggestAuthority="com.example.android.apis.SuggestionProvider"

android:searchSuggestSelection=" ? "

/ >

上一页  1 2 

Tags:Android 利用 onSearchRequested

编辑录入:coldstar [复制链接] [打 印]
赞助商链接