android – 如何在材料设计中的工具栏上添加搜索按钮

android – 如何在材料设计中的工具栏上添加搜索按钮,第1张

概述我试图在d出的设置左侧添加搜索按钮,但我无法添加工具栏. 这是我的menu.xml代码: <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:context="com.example.material 我试图在d出的设置左侧添加搜索按钮,但我无法添加工具栏.

这是我的menu.xml代码:

<menu xmlns:androID="http://schemas.androID.com/apk/res/androID"    xmlns:tools="http://schemas.androID.com/tools"    tools:context="com.example.materialtheme.MainActivity" >    <item        androID:ID="@+ID/action_search"        androID:icon="@drawable/ic_launcher"        androID:menucategory="secondary"        androID:showAsAction="ifRoom"        androID:title="@string/action_search"/>    <item        androID:ID="@+ID/action_settings"        androID:orderIncategory="100"        androID:showAsAction="never"        androID:title="@string/action_settings"/></menu>

这是我的toolbar.xml:

<?xml version="1.0" enCoding="utf-8"?><androID.support.v7.Widget.Toolbar xmlns:androID="http://schemas.androID.com/apk/res/androID"    xmlns:local="http://schemas.androID.com/apk/res-auto"    androID:ID="@+ID/toolbar"    androID:layout_wIDth="match_parent"    androID:layout_height="wrap_content"    androID:background="?attr/colorPrimary"    androID:minHeight="?attr/actionbarSize"    androID:elevation="4dp"    local:popuptheme="@style/themeOverlay.AppCompat.light"    local:theme="@style/themeOverlay.AppCompat.Dark.Actionbar" />

我正在获取工具栏但没有获得搜索按钮?

解决方法 使用app:showAsAction =“always”在你的menu.xml中使用xmlns:app =“http://schemas.androID.com/apk/res-auto”>在您的菜单标签中 总结

以上是内存溢出为你收集整理的android – 如何在材料设计中的工具栏上添加搜索按钮全部内容,希望文章能够帮你解决android – 如何在材料设计中的工具栏上添加搜索按钮所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1139195.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-31
下一篇 2022-05-31

发表评论

登录后才能评论

评论列表(0条)

保存