actionlayout on menuitem does nothing

Try app:actionLayout="@layout/check" instead of android:actionLayout="@layout/check".

If you’re using ActionbarSherlock or AppCompat, the android: namespace will not work for MenuItems. This is because these libraries use custom attributes that mimic the Android APIs since they did not exist in earlier versions of the framework.

Leave a Comment