86 lines
5.1 KiB
Java
86 lines
5.1 KiB
Java
|
package com.scb.phone.view.fragment.insurance;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class PolicyDetailFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View b;
|
||
|
private PolicyDetailFragment c;
|
||
|
|
||
|
public PolicyDetailFragment_ViewBinding(PolicyDetailFragment policyDetailFragment, View view) {
|
||
|
super(policyDetailFragment, view);
|
||
|
this.c = policyDetailFragment;
|
||
|
policyDetailFragment.csLayoutPolicyHeaderSection = (ConstraintLayout) pyT.e(view, R.id.cs_layout_policy_header_section, "field 'csLayoutPolicyHeaderSection'", ConstraintLayout.class);
|
||
|
policyDetailFragment.tvPolicyHeaderLabel = (TextView) pyT.e(view, R.id.tv_policy_header_label, "field 'tvPolicyHeaderLabel'", TextView.class);
|
||
|
policyDetailFragment.tvPolicyHeader = (TextView) pyT.e(view, R.id.tv_policy_header, "field 'tvPolicyHeader'", TextView.class);
|
||
|
policyDetailFragment.tvSumAssured = (TextView) pyT.e(view, R.id.tv_sum_assured, "field 'tvSumAssured'", TextView.class);
|
||
|
policyDetailFragment.tvPaymentPlan = (TextView) pyT.e(view, R.id.tv_payment_plan, "field 'tvPaymentPlan'", TextView.class);
|
||
|
policyDetailFragment.tvPremiumAmount = (TextView) pyT.e(view, R.id.tv_premium_amount, "field 'tvPremiumAmount'", TextView.class);
|
||
|
policyDetailFragment.tvEffectiveDate = (TextView) pyT.e(view, R.id.tv_effective_date, "field 'tvEffectiveDate'", TextView.class);
|
||
|
policyDetailFragment.tvEndDate = (TextView) pyT.e(view, R.id.tv_end_date, "field 'tvEndDate'", TextView.class);
|
||
|
policyDetailFragment.tvPolicyRenewal = (TextView) pyT.e(view, R.id.tv_policy_renewal, "field 'tvPolicyRenewal'", TextView.class);
|
||
|
policyDetailFragment.tvInsuranceType = (TextView) pyT.e(view, R.id.tv_insurance_type, "field 'tvInsuranceType'", TextView.class);
|
||
|
policyDetailFragment.tvCarRepairType = (TextView) pyT.e(view, R.id.tv_car_repair_type, "field 'tvCarRepairType'", TextView.class);
|
||
|
policyDetailFragment.tvNewSumAssured = (TextView) pyT.e(view, R.id.tv_new_sum_assured, "field 'tvNewSumAssured'", TextView.class);
|
||
|
policyDetailFragment.tvPremium = (TextView) pyT.e(view, R.id.tv_premium, "field 'tvPremium'", TextView.class);
|
||
|
policyDetailFragment.tvDueDate = (TextView) pyT.e(view, R.id.tv_due_date, "field 'tvDueDate'", TextView.class);
|
||
|
policyDetailFragment.tvDueAmount = (TextView) pyT.e(view, R.id.tv_due_amount, "field 'tvDueAmount'", TextView.class);
|
||
|
policyDetailFragment.tvPaymentDisclaimer = (TextView) pyT.e(view, R.id.tv_payment_disclaimer, "field 'tvPaymentDisclaimer'", TextView.class);
|
||
|
policyDetailFragment.caLayoutPaymentCarSection = (ConstraintLayout) pyT.e(view, R.id.cs_layout_payment_car_section, "field 'caLayoutPaymentCarSection'", ConstraintLayout.class);
|
||
|
policyDetailFragment.llLayoutPaymentSection = (LinearLayout) pyT.e(view, R.id.ll_layout_payment_section, "field 'llLayoutPaymentSection'", LinearLayout.class);
|
||
|
View a = pyT.a(view, R.id.bt_insurance_pay, "method 'onClickPay'");
|
||
|
this.b = a;
|
||
|
a.setOnClickListener(new gnL(this, policyDetailFragment) { // from class: com.scb.phone.view.fragment.insurance.PolicyDetailFragment_ViewBinding.5
|
||
|
private PolicyDetailFragment b;
|
||
|
private PolicyDetailFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.b = policyDetailFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onClickPay();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
PolicyDetailFragment policyDetailFragment = this.c;
|
||
|
if (policyDetailFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
policyDetailFragment.csLayoutPolicyHeaderSection = null;
|
||
|
policyDetailFragment.tvPolicyHeaderLabel = null;
|
||
|
policyDetailFragment.tvPolicyHeader = null;
|
||
|
policyDetailFragment.tvSumAssured = null;
|
||
|
policyDetailFragment.tvPaymentPlan = null;
|
||
|
policyDetailFragment.tvPremiumAmount = null;
|
||
|
policyDetailFragment.tvEffectiveDate = null;
|
||
|
policyDetailFragment.tvEndDate = null;
|
||
|
policyDetailFragment.tvPolicyRenewal = null;
|
||
|
policyDetailFragment.tvInsuranceType = null;
|
||
|
policyDetailFragment.tvCarRepairType = null;
|
||
|
policyDetailFragment.tvNewSumAssured = null;
|
||
|
policyDetailFragment.tvPremium = null;
|
||
|
policyDetailFragment.tvDueDate = null;
|
||
|
policyDetailFragment.tvDueAmount = null;
|
||
|
policyDetailFragment.tvPaymentDisclaimer = null;
|
||
|
policyDetailFragment.caLayoutPaymentCarSection = null;
|
||
|
policyDetailFragment.llLayoutPaymentSection = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|