We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b313a commit 9d7d1bfCopy full SHA for 9d7d1bf
README.md
@@ -7,7 +7,7 @@ A swipe button for Android with a circular progress bar for async operations
7
```
8
dependencies {
9
...
10
- compile 'in.shadowfax:proswipebutton:1.0.1'
+ compile 'in.shadowfax:proswipebutton:1.0.2'
11
}
12
13
@@ -66,6 +66,12 @@ You can customize the button via XML or programatically.
66
app:text_color="@android:color/white"
67
app:text_size="12sp" />
68
69
+New: set distance the user must swipe to activate the button.
70
+
71
+```JAVA
72
+proswipebutton.setSwipeDistance(0.6f);
73
+```
74
75
Feel free to raise feature requests via the issue tracker for more customizations or just send in a PR :)
76
77
# Sample
0 commit comments