Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Android 中的 Search Dialog 和 Search Widget 之间的区别。我知道如何用代码实现它们中的每一个,但不知道外观、行为等方面的差异。任何帮助将不胜感激。
搜索对话框是由 Android 系统控制的 UI 组件。当用户激活时,搜索对话框出现在活动的顶部。
搜索小部件是 SearchView 的一个实例,您可以将其放置在布局中的任何位置。默认情况下,搜索小部件的行为类似于标准的 EditText 小部件并且不执行任何操作,但您可以对其进行配置,以便 Android 系统处理所有输入事件,将查询传递给适当的活动,并提供搜索建议