Skip to content

v1.4

Latest
Compare
Choose a tag to compare
@xabaras xabaras released this 23 Feb 11:46
· 2 commits to master since this release

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