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入れられる のビューの背景を変更したい。スタイルでこれを行うための適切な属性が見つからないようです。次のように、全体の背景を変更する必要があります。ActionBarMenuItem
ShareActionProvider
ActionBar
MenuItem
あなたはそのようにする必要があります:
ActionBar actionBar= getActionBar(); actionBar.setBackgroundDrawable(getResources().getDrawable(R.drawable.abc));