MenuItem.mActionProvider is null

前端 未结 1 1459
夕颜
夕颜 2021-01-24 21:08

I add following Menu item:

on my mainactivity\'s onCreateOptionsMenu(Menu menu):

the mediaRouteItem.getActionView() can get the button

相关标签:
1条回答
  • 2021-01-24 22:02

    Got the issue point after researching. Should not use android:actionProviderClass when we want to use objects in support library. Should take "http://schemas.android.com/apk/res-auto" namespace for the actionproviderClass attributes in menu item xml

    0 讨论(0)
提交回复
热议问题