code refactor
This commit is contained in:
parent
ec47bc3d2e
commit
9552e617b5
36 changed files with 309 additions and 931 deletions
|
@ -89,11 +89,6 @@ public class LrcView extends View {
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
public LrcView(Context context) {
|
||||
this(context, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* 手势监听器
|
||||
*/
|
||||
|
@ -151,6 +146,10 @@ public class LrcView extends View {
|
|||
}
|
||||
};
|
||||
|
||||
public LrcView(Context context) {
|
||||
this(context, null);
|
||||
}
|
||||
|
||||
public LrcView(Context context, AttributeSet attrs) {
|
||||
this(context, attrs, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue