我在工具栏中使用工具栏作为操作栏。我不知道如何为溢出项目提供自定义布局。我知道如何为操作栏菜单项提供自定义布局,但不知道如何为溢出菜单项提供自定义布局。
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
<item
android:id="@+id/action_settings"
android:title="@string/action_settings"
android:orderInCategory="100"
app:showAsAction="never" />
</menu>
我想为此设置项目提供自定义textview。