package com.facetec.sdk; import android.graphics.Color; import android.graphics.Typeface; /* loaded from: classes.dex */ public final class FaceTecFeedbackCustomization { public int backgroundColors = Color.parseColor("#417FB2"); public int textColor = -1; public int cornerRadius = -1; public Typeface textFont = null; public boolean enablePulsatingText = true; public int elevation = 10; }