43 lines
1.4 KiB
Java
43 lines
1.4 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.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
import butterknife.BindView;
|
|
import butterknife.ButterKnife;
|
|
import com.scb.phone.R;
|
|
import o.InterfaceC10440eEa;
|
|
import o.UV;
|
|
import o.UZ;
|
|
import o.nMh;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class AddedAccountManagementSuccessSimpleCustomView extends ConstraintLayout implements InterfaceC10440eEa {
|
|
|
|
@BindView
|
|
TextView leftText;
|
|
|
|
public AddedAccountManagementSuccessSimpleCustomView(Context context) {
|
|
this(context, null);
|
|
}
|
|
|
|
public AddedAccountManagementSuccessSimpleCustomView(Context context, AttributeSet attributeSet) {
|
|
this(context, attributeSet, 0);
|
|
}
|
|
|
|
public AddedAccountManagementSuccessSimpleCustomView(Context context, AttributeSet attributeSet, int i) {
|
|
super(context, attributeSet, i);
|
|
((LayoutInflater) context.getSystemService("layout_inflater")).inflate(R.layout.2131558911, (ViewGroup) this, true);
|
|
setBackgroundColor(nMh.getColor(context, R.color.f14042131100912));
|
|
ButterKnife.c(this);
|
|
}
|
|
|
|
@Override // o.InterfaceC10440eEa
|
|
public void setDisplay(UV uv) {
|
|
this.leftText.setText(((UZ) uv).b);
|
|
}
|
|
}
|