Updated AutoRepeatButton from ImageView to AppCompatImageView as Lint suggested
This commit is contained in:
parent
92b0bb4742
commit
1e789858bc
|
@ -6,7 +6,9 @@ import android.view.MotionEvent;
|
|||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
|
||||
public class AutoRepeatButton extends ImageView
|
||||
import androidx.appcompat.widget.AppCompatImageView;
|
||||
|
||||
public class AutoRepeatButton extends AppCompatImageView
|
||||
{
|
||||
|
||||
private long initialRepeatDelay = 1000;
|
||||
|
|
Loading…
Reference in New Issue