43 lines
1.3 KiB
Java
43 lines
1.3 KiB
Java
package com.scb.phone.view.custom.common;
|
|
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
import android.view.LayoutInflater;
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.RelativeLayout;
|
|
import butterknife.BindView;
|
|
import butterknife.ButterKnife;
|
|
import com.scb.phone.R;
|
|
import o.InterfaceC12872fJp;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class CustomSelectAccountGift extends LinearLayout {
|
|
|
|
@BindView
|
|
RelativeLayout mSelectAccountButton;
|
|
|
|
public CustomSelectAccountGift(Context context, AttributeSet attributeSet) {
|
|
super(context, attributeSet);
|
|
((LayoutInflater) context.getSystemService("layout_inflater")).inflate(R.layout.2131559330, (ViewGroup) this, true);
|
|
setOrientation(0);
|
|
ButterKnife.c(this);
|
|
}
|
|
|
|
public void setOnSelectAccountGiftListener(final InterfaceC12872fJp interfaceC12872fJp) {
|
|
setOnClickListener(new View.OnClickListener(interfaceC12872fJp) { // from class: o.eCd
|
|
private InterfaceC12872fJp b;
|
|
|
|
@Override // android.view.View.OnClickListener
|
|
public final void onClick(View view) {
|
|
this.b.i();
|
|
}
|
|
|
|
{
|
|
this.b = interfaceC12872fJp;
|
|
}
|
|
});
|
|
}
|
|
}
|