Skip to content

Releases: xabaras/RecyclerViewSwipeDecorator

v1.4

23 Feb 11:46
Compare
Choose a tag to compare

Version 1.4 adds corner radius and padding management.

The following methods have been added:

public Builder addCornerRadius(int unit, float size)
Add a corner radius to swipe background for either (left/right) swipe directions
public Builder addPadding(int unit, float top, float side, float bottom)
Add padding to the swipe background for either (left/right) swipe directions
public Builder addSwipeLeftCornerRadius(int unit, float size)
Add a corner radius to swipe background for left swipe direction
public Builder addSwipeRightCornerRadius(int unit, float size)
Add a corner radius to swipe background for right swipe direction
public Builder addSwipeLeftPadding(int unit, float top, float right, float bottom)
Add a corner radius to swipe background for right swipe direction
public Builder addSwipeRightPadding(int unit, float top, float left, float bottom)
Add a corner radius to swipe background for left swipe direction

v1.3

28 Jul 11:18
8053a5e
Compare
Choose a tag to compare

With this version RecyclerViewSwipeDecorator moves to AndroidX breaking backward compatibility.