You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/ProgressView.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
packagecom.beardedhen.androidbootstrap.api.view;
2
2
3
-
importandroid.support.annotation.IntRange;
4
-
5
3
/**
6
4
* Views which implement this interface visually display ongoing progress to users
7
5
*/
@@ -57,7 +55,8 @@ public interface ProgressView {
57
55
58
56
59
57
/**
60
-
* Used for settings the maxprogress. Also check if Cumulative progress is smaller than the max before asigning, see {@link #checkCumulativeSmallerThanMax}.
58
+
* Used for settings the maxprogress. Also check if Cumulative progress is smaller than the
0 commit comments