what-the-bank/sources/com/scb/phone/view/custom/common/TintInputViewGroup.java

39 lines
1.2 KiB
Java

package com.scb.phone.view.custom.common;
import android.content.Context;
import android.util.AttributeSet;
import com.scb.phone.R;
import o.nMh;
/* loaded from: classes5.dex */
public class TintInputViewGroup extends CommonInputViewGroup {
@Override // com.scb.phone.view.custom.common.CommonInputViewGroup
protected final int a() {
return R.layout.2131558881;
}
public TintInputViewGroup(Context context) {
super(context);
}
public TintInputViewGroup(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
}
public TintInputViewGroup(Context context, AttributeSet attributeSet, int i) {
super(context, attributeSet, i);
}
@Override // com.scb.phone.view.custom.common.CommonInputViewGroup
public final void e() {
this.mEditText.setBackground(nMh.getDrawable(getContext(), R.drawable.shape_gray_rounded_rectangle_with_focus_color));
this.mErrorTextView.setVisibility(8);
}
@Override // com.scb.phone.view.custom.common.CommonInputViewGroup
public final void c() {
this.mEditText.setBackground(nMh.getDrawable(getContext(), R.drawable.shape_red_reounded_reactangle_border));
this.mErrorTextView.setVisibility(0);
}
}