我想知道我的应用程序中是否可以有一个 SearchView UI 组件(即 API 级别 8)。据我所知,SearchView 包含在 API 级别 11 中。除了 EditText 之外,是否还有其他组件可以绘制搜索图标,我可以在这种情况下使用。我不想要任何搜索 api,我打算将我自己的功能与这个 SearchView UI 组件集成。提前致谢
快乐编码。
我想知道我的应用程序中是否可以有一个 SearchView UI 组件(即 API 级别 8)。据我所知,SearchView 包含在 API 级别 11 中。除了 EditText 之外,是否还有其他组件可以绘制搜索图标,我可以在这种情况下使用。我不想要任何搜索 api,我打算将我自己的功能与这个 SearchView UI 组件集成。提前致谢
快乐编码。
You can use the SearchView provided by AppCompat: android.support.v7.widget.SearchView
Check this link on how to integrate the Support Library into your project: