Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想ShareActionProvider更改ActionBar作为MenuItem. 我似乎无法在样式中找到正确的属性来执行此操作。我需要更改整个事物的背景,如下所示:
ShareActionProvider
ActionBar
MenuItem
你需要这样做:
ActionBar actionBar= getActionBar(); actionBar.setBackgroundDrawable(getResources().getDrawable(R.drawable.abc));