Lint issues
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
*/
|
||||
package com.viewpagerindicator;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.content.Context;
|
||||
import android.content.res.Resources;
|
||||
import android.content.res.TypedArray;
|
||||
@@ -278,6 +279,7 @@ public class CirclePageIndicator extends View implements PageIndicator {
|
||||
canvas.drawCircle(dX, dY, mRadius, mPaintFill);
|
||||
}
|
||||
|
||||
@SuppressLint("ClickableViewAccessibility")
|
||||
public boolean onTouchEvent(MotionEvent ev) {
|
||||
if (super.onTouchEvent(ev)) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user