标签: android android-actionbar shareactionprovider
我想更改ShareActionProvider视图的背景,该视图作为ActionBar放入MenuItem。我似乎无法在样式中找到正确的属性来执行此操作。我需要改变整个事物的背景,如下:
ShareActionProvider
ActionBar
MenuItem
答案 0 :(得分:0)
你需要这样做:
ActionBar actionBar= getActionBar(); actionBar.setBackgroundDrawable(getResources().getDrawable(R.drawable.abc));