what-the-bank/sources/com/scb/phone/view/activity/hml/HmlBaseLoanReviewActivity_V...

99 lines
5.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.activity.hml;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import com.scb.phone.R;
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
import com.scb.phone.view.custom.common.ThaiTextView;
import o.gnL;
import o.pyT;
/* loaded from: classes4.dex */
public class HmlBaseLoanReviewActivity_ViewBinding extends BaseActivity_ViewBinding {
private View b;
private View c;
private HmlBaseLoanReviewActivity d;
public HmlBaseLoanReviewActivity_ViewBinding(HmlBaseLoanReviewActivity hmlBaseLoanReviewActivity, View view) {
super(hmlBaseLoanReviewActivity, view);
this.d = hmlBaseLoanReviewActivity;
hmlBaseLoanReviewActivity.loanInformationContainer = (LinearLayout) pyT.e(view, R.id.ll_loan_information_container, "field 'loanInformationContainer'", LinearLayout.class);
hmlBaseLoanReviewActivity.accountsContainer = (LinearLayout) pyT.e(view, R.id.ll_accounts_container, "field 'accountsContainer'", LinearLayout.class);
hmlBaseLoanReviewActivity.taxFeesContainer = (LinearLayout) pyT.e(view, R.id.ll_tax_fees_container, "field 'taxFeesContainer'", LinearLayout.class);
hmlBaseLoanReviewActivity.netAmountView = (ConstraintLayout) pyT.e(view, R.id.cl_net_amount_group, "field 'netAmountView'", ConstraintLayout.class);
hmlBaseLoanReviewActivity.netAmount = (TextView) pyT.e(view, R.id.tv_net_amount, "field 'netAmount'", TextView.class);
hmlBaseLoanReviewActivity.taxFeesTitle = (TextView) pyT.e(view, R.id.tv_tax_fees_title, "field 'taxFeesTitle'", TextView.class);
hmlBaseLoanReviewActivity.repaymentDate = (TextView) pyT.e(view, R.id.tv_repayment_date, "field 'repaymentDate'", TextView.class);
hmlBaseLoanReviewActivity.estatementMailTitle = (TextView) pyT.e(view, R.id.tv_estatement_title, "field 'estatementMailTitle'", TextView.class);
hmlBaseLoanReviewActivity.estatementMail = (TextView) pyT.e(view, R.id.tv_estatement, "field 'estatementMail'", TextView.class);
View a = pyT.a(view, R.id.cb_terms_and_conditions, "field 'termsConditionsCheckbox' and method 'onCheckboxChanged'");
hmlBaseLoanReviewActivity.termsConditionsCheckbox = (CheckBox) pyT.c(a, R.id.cb_terms_and_conditions, "field 'termsConditionsCheckbox'", CheckBox.class);
this.c = a;
((CompoundButton) a).setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(this, hmlBaseLoanReviewActivity) { // from class: com.scb.phone.view.activity.hml.HmlBaseLoanReviewActivity_ViewBinding.1
private HmlBaseLoanReviewActivity a;
private HmlBaseLoanReviewActivity_ViewBinding b;
{
this.b = this;
this.a = hmlBaseLoanReviewActivity;
}
@Override // android.widget.CompoundButton.OnCheckedChangeListener
public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
this.a.onCheckboxChanged();
}
});
hmlBaseLoanReviewActivity.termsConditionsText = (TextView) pyT.e(view, R.id.tv_terms_and_conditions, "field 'termsConditionsText'", TextView.class);
View a2 = pyT.a(view, R.id.bt_accept, "field 'btnAccept' and method 'onBtnAcceptClicked'");
hmlBaseLoanReviewActivity.btnAccept = (Button) pyT.c(a2, R.id.bt_accept, "field 'btnAccept'", Button.class);
this.b = a2;
a2.setOnClickListener(new gnL(this, hmlBaseLoanReviewActivity) { // from class: com.scb.phone.view.activity.hml.HmlBaseLoanReviewActivity_ViewBinding.2
private HmlBaseLoanReviewActivity d;
private HmlBaseLoanReviewActivity_ViewBinding e;
{
this.e = this;
this.d = hmlBaseLoanReviewActivity;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onBtnAcceptClicked();
}
});
hmlBaseLoanReviewActivity.attentionBox = (ThaiTextView) pyT.e(view, R.id.tv_attention_description, "field 'attentionBox'", ThaiTextView.class);
}
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
public final void a() {
HmlBaseLoanReviewActivity hmlBaseLoanReviewActivity = this.d;
if (hmlBaseLoanReviewActivity == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
hmlBaseLoanReviewActivity.loanInformationContainer = null;
hmlBaseLoanReviewActivity.accountsContainer = null;
hmlBaseLoanReviewActivity.taxFeesContainer = null;
hmlBaseLoanReviewActivity.netAmountView = null;
hmlBaseLoanReviewActivity.netAmount = null;
hmlBaseLoanReviewActivity.taxFeesTitle = null;
hmlBaseLoanReviewActivity.repaymentDate = null;
hmlBaseLoanReviewActivity.estatementMailTitle = null;
hmlBaseLoanReviewActivity.estatementMail = null;
hmlBaseLoanReviewActivity.termsConditionsCheckbox = null;
hmlBaseLoanReviewActivity.termsConditionsText = null;
hmlBaseLoanReviewActivity.btnAccept = null;
hmlBaseLoanReviewActivity.attentionBox = null;
((CompoundButton) this.c).setOnCheckedChangeListener(null);
this.c = null;
this.b.setOnClickListener(null);
this.b = null;
super.a();
}
}