Android actionLayout not showing with Toolbar
问题 I'm trying to show custom layout as an item in options menu. And this is what I have done so far <item android:id="@+id/action_profile" android:orderInCategory="100" android:title="Profile" android:actionLayout="@layout/layout_menu_profile" app:showAsAction="never" /> I tried app:actionLayout="@layout/layout_menu_profile" as well as per this SO link but still it shows only title - Profile I have created new project through Android Studio 1.5 with Blank Activity. with minSDK = 15 and targetSDK