forked from bradfitz/android-squeezer
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to remove dependy of JCenter artifact repository
- Loading branch information
Showing
8 changed files
with
875 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
Squeezer/src/main/java/uk/org/ngo/squeezer/widget/Croller.java
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
Squeezer/src/main/java/uk/org/ngo/squeezer/widget/OnRadialSeekBarChangeListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package uk.org.ngo.squeezer.widget; | ||
|
||
public interface OnRadialSeekBarChangeListener { | ||
void onProgressChanged(RadialSeekBar seekBar, int progress); | ||
|
||
void onStartTrackingTouch(RadialSeekBar seekBar); | ||
|
||
void onStopTrackingTouch(RadialSeekBar seekBar); | ||
} |
Oops, something went wrong.