How to set menu items in a fragment toolbar?
问题 I have a fragment in my Activity and the fragment has its own toolbar. Like this: Image Here is the layout of the fragment: <FrameLayout 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" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.hometsolutions.space.Fragments.ControlFragment"> <LinearLayout android:layout_width="match_parent" android