Tunous / SwipeActionView

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

Implement MultiSwipeActionView for multiple actions #33

Closed newhinton closed 12 months ago

newhinton commented 1 year ago

Screenshot_20231004_115140

This updates this library to a newer gradle version, aswell as java and kotlin. This implements a specific container, that allows for two children to be treated as two distinct actions. Technically it allows for arbitrary amounts of elements, but only the first child (for the left actions) and the last child (for the right actions) are used as a divider.

What works:

What doesn't work:

Tunous commented 12 months ago

Closes #19