what-the-bank/sources/com/scb/phone/view/custom/item/ItemRemarkCustom.java

61 lines
1.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom.item;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import android.widget.TextView;
import butterknife.BindView;
import butterknife.ButterKnife;
import com.scb.phone.R;
import com.scb.phone.components.ItemCustom;
import o.C14957gcv;
import o.QP;
/* loaded from: classes5.dex */
public final class ItemRemarkCustom extends ItemCustom<QP> {
@BindView
public TextView remarkInfo;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public ItemRemarkCustom(Context context) {
super(context);
C14957gcv.e(context, "");
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public ItemRemarkCustom(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
C14957gcv.e(context, "");
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public ItemRemarkCustom(Context context, AttributeSet attributeSet, int i) {
super(context, attributeSet, i);
C14957gcv.e(context, "");
}
@Override // com.scb.phone.components.ItemCustom
public final void setUpWithDisplay(QP qp) {
C14957gcv.e(qp, "");
TextView textView = this.remarkInfo;
if (textView == null) {
C14957gcv.a("");
textView = null;
}
textView.setText(qp.c);
}
@Override // com.scb.phone.components.ItemCustom
public final void a(Context context) {
LayoutInflater.from(context).inflate(R.layout.2131558971, (ViewGroup) this, true);
ButterKnife.c(this);
}
public final void setRemarkInfo(TextView textView) {
C14957gcv.e(textView, "");
this.remarkInfo = textView;
}
}