这是我的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 – 如何在材料设计中的工具栏上添加搜索按钮所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)