Yalantis / Context-Menu.Android

You can easily add awesome animated context menu to your app.

Home Page:https://yalantis.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to delete the background?

OathkeeperDL7 opened this issue · comments

commented
How to delete the background?

Hello, @OathkeeperDL7 . For now you can use this workaround to reach transparent background.

send.setBgDrawable(new ColorDrawable(Color.TRANSPARENT)); send.setDividerColor(android.R.color.transparent);

commented

@kstanislav thank u