Fix typo
This commit is contained in:
parent
3139415172
commit
84f844109a
@ -108,14 +108,14 @@ public class FeatureImage extends AppCompatImageView {
|
|||||||
trianglePaints[i] = random.nextBoolean() ? paintOne : paintTwo;
|
trianglePaints[i] = random.nextBoolean() ? paintOne : paintTwo;
|
||||||
}
|
}
|
||||||
|
|
||||||
animageColourChange();
|
animateColourChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
private int currentAlpha = 255;
|
private int currentAlpha = 255;
|
||||||
private ValueAnimator alphaAnimator = null;
|
private ValueAnimator alphaAnimator = null;
|
||||||
|
|
||||||
@TargetApi(11)
|
@TargetApi(11)
|
||||||
private void animageColourChange() {
|
private void animateColourChange() {
|
||||||
if (Build.VERSION.SDK_INT < 11) {
|
if (Build.VERSION.SDK_INT < 11) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user