49 lines
1.5 KiB
Java
49 lines
1.5 KiB
Java
package com.scb.phone.view.custom.profilemanagement;
|
|
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
import android.view.LayoutInflater;
|
|
import android.view.ViewGroup;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
import butterknife.BindView;
|
|
import butterknife.ButterKnife;
|
|
import com.scb.phone.R;
|
|
import o.InterfaceC10440eEa;
|
|
import o.UV;
|
|
import o.UX;
|
|
import o.nMh;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class AddedAccountManagementSuccessHeaderCustomView extends RelativeLayout implements InterfaceC10440eEa {
|
|
|
|
@BindView
|
|
TextView tvVerifyDescription;
|
|
|
|
@BindView
|
|
TextView tvVerifySubTitle;
|
|
|
|
public AddedAccountManagementSuccessHeaderCustomView(Context context) {
|
|
this(context, null);
|
|
}
|
|
|
|
public AddedAccountManagementSuccessHeaderCustomView(Context context, AttributeSet attributeSet) {
|
|
this(context, attributeSet, 0);
|
|
}
|
|
|
|
public AddedAccountManagementSuccessHeaderCustomView(Context context, AttributeSet attributeSet, int i) {
|
|
super(context, attributeSet, i);
|
|
((LayoutInflater) context.getSystemService("layout_inflater")).inflate(R.layout.2131558897, (ViewGroup) this, true);
|
|
setBackgroundColor(nMh.getColor(context, R.color.f14042131100912));
|
|
ButterKnife.c(this);
|
|
}
|
|
|
|
@Override // o.InterfaceC10440eEa
|
|
public void setDisplay(UV uv) {
|
|
if (((UX) uv).d) {
|
|
this.tvVerifyDescription.setVisibility(8);
|
|
this.tvVerifySubTitle.setVisibility(8);
|
|
}
|
|
}
|
|
}
|