18 lines
671 B
Java
18 lines
671 B
Java
package com.facetec.sdk;
|
|
|
|
import android.graphics.Color;
|
|
import android.graphics.Typeface;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class FaceTecInitialLoadingAnimationCustomization {
|
|
public int foregroundColor = Color.parseColor("#417FB2");
|
|
public int backgroundColors = -1;
|
|
public int customAnimationImage = 0;
|
|
public int customAnimationImageRotationInterval = 1000;
|
|
public int customAnimation = 0;
|
|
public int defaultAnimationBackgroundColor = Color.parseColor("#E6E6E6");
|
|
public int defaultAnimationForegroundColor = Color.parseColor("#417FB2");
|
|
public Typeface messageFont = null;
|
|
public float animationRelativeScale = 1.0f;
|
|
}
|