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

41 lines
1.5 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.view.LayoutInflater;
import android.view.ViewGroup;
import butterknife.ButterKnife;
import com.scb.phone.R;
import o.C14957gcv;
import o.QO;
import o.nMh;
/* loaded from: classes5.dex */
public final class ItemSubCustom extends ItemRevampSimpleCustom {
@Override // com.scb.phone.view.custom.item.ItemRevampSimpleCustom, com.scb.phone.view.custom.item.ItemSimpleCustom, com.scb.phone.components.ItemCustom
public final /* bridge */ /* synthetic */ void setUpWithDisplay(QO qo) {
setUpWithDisplay(qo);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public ItemSubCustom(Context context) {
super(context);
C14957gcv.e(context, "");
}
@Override // com.scb.phone.view.custom.item.ItemRevampSimpleCustom, com.scb.phone.view.custom.item.ItemSimpleCustom
/* renamed from: setUpWithDisplay, reason: avoid collision after fix types in other method */
public final void setUpWithDisplay2(QO qo) {
super.setUpWithDisplay2(qo);
if (qo == null || !qo.n) {
return;
}
this.componentLabel.setTextColor(nMh.getColor(getContext(), R.color.f3092131099816));
}
@Override // com.scb.phone.view.custom.item.ItemSimpleCustom, com.scb.phone.components.ItemCustom
public final void a(Context context) {
LayoutInflater.from(context).inflate(R.layout.2131558977, (ViewGroup) this, true);
ButterKnife.c(this);
}
}