41 lines
1.5 KiB
Java
41 lines
1.5 KiB
Java
package com.scb.phone.view.custom.item;
|
|
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
import android.view.LayoutInflater;
|
|
import android.view.ViewGroup;
|
|
import butterknife.ButterKnife;
|
|
import com.scb.phone.R;
|
|
import o.C14957gcv;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class ItemHeaderTitleCustom extends ItemTitleCustom {
|
|
private /* synthetic */ ItemHeaderTitleCustom(Context context, AttributeSet attributeSet, int i, byte b) {
|
|
this(context, (i & 2) != 0 ? null : attributeSet, 0);
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public ItemHeaderTitleCustom(Context context, AttributeSet attributeSet, int i) {
|
|
super(context, attributeSet, i);
|
|
C14957gcv.e(context, "");
|
|
}
|
|
|
|
@Override // com.scb.phone.view.custom.item.ItemTitleCustom, com.scb.phone.components.ItemCustom
|
|
public final void a(Context context) {
|
|
LayoutInflater.from(context).inflate(R.layout.2131558967, (ViewGroup) this, true);
|
|
ButterKnife.c(this);
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public ItemHeaderTitleCustom(Context context, AttributeSet attributeSet) {
|
|
this(context, attributeSet, 4, (byte) 0);
|
|
C14957gcv.e(context, "");
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public ItemHeaderTitleCustom(Context context) {
|
|
this(context, null, 6, (byte) 0);
|
|
C14957gcv.e(context, "");
|
|
}
|
|
}
|