Tunous / SwipeActionView

Android swipe-able view, which allows users to perform actions with swipe gestures.
Apache License 2.0
195 stars 15 forks source link

Transparent container View #35

Open HeroKince opened 1 month ago

HeroKince commented 1 month ago

If the container View needs to be transparent and the background cannot be set, the Action View will be displayed. How to solve this problem? For example, if the Activity background is a wallpaper and needs to be displayed, you cannot set the background color for the item.

Tunous commented 1 month ago

I don't see a way to do this with what is available in library's API. You might have to fork it and modify how action views are rendered.