56 lines
1.7 KiB
Java
56 lines
1.7 KiB
Java
|
package com.scb.phone.view.custom.profilemanagement;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.util.AttributeSet;
|
||
|
import android.view.LayoutInflater;
|
||
|
import android.view.View;
|
||
|
import android.view.ViewGroup;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import butterknife.BindView;
|
||
|
import butterknife.ButterKnife;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.profilemanagement.ReviewAccountFooterCustomView;
|
||
|
import o.C12400exW;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class ReviewAccountFooterCustomView extends RelativeLayout {
|
||
|
private C12400exW.LWm a;
|
||
|
|
||
|
@BindView
|
||
|
Button buttonConfirm;
|
||
|
|
||
|
public static /* synthetic */ void e() {
|
||
|
}
|
||
|
|
||
|
public ReviewAccountFooterCustomView(Context context) {
|
||
|
this(context, null);
|
||
|
}
|
||
|
|
||
|
public ReviewAccountFooterCustomView(Context context, AttributeSet attributeSet) {
|
||
|
this(context, attributeSet, 1);
|
||
|
}
|
||
|
|
||
|
public ReviewAccountFooterCustomView(Context context, AttributeSet attributeSet, int i) {
|
||
|
super(context, attributeSet, i);
|
||
|
((LayoutInflater) context.getSystemService("layout_inflater")).inflate(R.layout.2131559323, (ViewGroup) this, true);
|
||
|
ButterKnife.c(this);
|
||
|
this.buttonConfirm.setOnClickListener(new View.OnClickListener(this) { // from class: o.eEd
|
||
|
private ReviewAccountFooterCustomView e;
|
||
|
|
||
|
@Override // android.view.View.OnClickListener
|
||
|
public final void onClick(View view) {
|
||
|
ReviewAccountFooterCustomView.e();
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
public void setListener(C12400exW.LWm lWm) {
|
||
|
this.a = lWm;
|
||
|
}
|
||
|
}
|