Removed unnecessary libs and replaced the jaudiotagger jar with a custom one specially or android.
This commit is contained in:
parent
d56db46794
commit
fdc9be9908
8 changed files with 15 additions and 46 deletions
|
|
@ -1,26 +0,0 @@
|
|||
package com.kabouzeid.gramophone.misc;
|
||||
|
||||
/**
|
||||
* @author Karim Abou Zeid (kabouzeid)
|
||||
*/
|
||||
public class SmallAnimatorListener implements com.nineoldandroids.animation.Animator.AnimatorListener {
|
||||
@Override
|
||||
public void onAnimationStart(com.nineoldandroids.animation.Animator animation) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAnimationEnd(com.nineoldandroids.animation.Animator animation) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAnimationCancel(com.nineoldandroids.animation.Animator animation) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAnimationRepeat(com.nineoldandroids.animation.Animator animation) {
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue