what-the-bank/sources/com/scb/phone/view/fragment/personalize/PersonalizeFragment_ViewBin...

105 lines
6.1 KiB
Java

package com.scb.phone.view.fragment.personalize;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class PersonalizeFragment_ViewBinding extends BaseFragment_ViewBinding {
private PersonalizeFragment b;
private View c;
private View e;
public PersonalizeFragment_ViewBinding(PersonalizeFragment personalizeFragment, View view) {
super(personalizeFragment, view);
this.b = personalizeFragment;
View a = pyT.a(view, R.id.add_quick_balance, "field 'addQuickBalance' and method 'addQuickBalance'");
personalizeFragment.addQuickBalance = (RelativeLayout) pyT.c(a, R.id.add_quick_balance, "field 'addQuickBalance'", RelativeLayout.class);
this.c = a;
a.setOnClickListener(new gnL(this, personalizeFragment) { // from class: com.scb.phone.view.fragment.personalize.PersonalizeFragment_ViewBinding.2
private PersonalizeFragment a;
private PersonalizeFragment_ViewBinding d;
{
this.d = this;
this.a = personalizeFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.addQuickBalance();
}
});
View a2 = pyT.a(view, R.id.add_prompt_pay, "field 'addPromptPay' and method 'addQuickPromptPay'");
personalizeFragment.addPromptPay = (RelativeLayout) pyT.c(a2, R.id.add_prompt_pay, "field 'addPromptPay'", RelativeLayout.class);
this.e = a2;
a2.setOnClickListener(new gnL(this, personalizeFragment) { // from class: com.scb.phone.view.fragment.personalize.PersonalizeFragment_ViewBinding.1
private PersonalizeFragment_ViewBinding a;
private PersonalizeFragment c;
{
this.a = this;
this.c = personalizeFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.addQuickPromptPay();
}
});
personalizeFragment.avatarQuickBalance = (ImageView) pyT.e(view, R.id.biller_avatar_image_view_quick_balance, "field 'avatarQuickBalance'", ImageView.class);
personalizeFragment.avatarPromtPay = (ImageView) pyT.e(view, R.id.biller_avatar_image_view_promptpay, "field 'avatarPromtPay'", ImageView.class);
personalizeFragment.favouriteTransferRecyclerView = (RecyclerView) pyT.e(view, R.id.favourite_transfer_recycler_view, "field 'favouriteTransferRecyclerView'", RecyclerView.class);
personalizeFragment.favouriteTopUpRecyclerView = (RecyclerView) pyT.e(view, R.id.favourite_top_up_recycler_view, "field 'favouriteTopUpRecyclerView'", RecyclerView.class);
personalizeFragment.favouriteBillPaymentRecyclerView = (RecyclerView) pyT.e(view, R.id.favourite_bill_payments_recycler_view, "field 'favouriteBillPaymentRecyclerView'", RecyclerView.class);
personalizeFragment.favouriteRemittanceRecyclerView = (RecyclerView) pyT.e(view, R.id.favourite_remittance_recycler_view, "field 'favouriteRemittanceRecyclerView'", RecyclerView.class);
personalizeFragment.transferTitle = (TextView) pyT.e(view, R.id.transfer_title, "field 'transferTitle'", TextView.class);
personalizeFragment.topUpTitle = (TextView) pyT.e(view, R.id.top_up_title, "field 'topUpTitle'", TextView.class);
personalizeFragment.billPaymentTitle = (TextView) pyT.e(view, R.id.bill_payment_title, "field 'billPaymentTitle'", TextView.class);
personalizeFragment.remittanceTitle = (TextView) pyT.e(view, R.id.remittance_title, "field 'remittanceTitle'", TextView.class);
personalizeFragment.remittanceContainer = (LinearLayout) pyT.e(view, R.id.remittance_container, "field 'remittanceContainer'", LinearLayout.class);
personalizeFragment.mFavouriteTopUpEmpty = (LinearLayout) pyT.e(view, R.id.favourite_empty_top_up, "field 'mFavouriteTopUpEmpty'", LinearLayout.class);
personalizeFragment.mFavouriteBillPaymentEmpty = (LinearLayout) pyT.e(view, R.id.favourite_empty_bill_payments, "field 'mFavouriteBillPaymentEmpty'", LinearLayout.class);
personalizeFragment.mFavouriteTransferEmpty = (LinearLayout) pyT.e(view, R.id.favourite_empty_transfer, "field 'mFavouriteTransferEmpty'", LinearLayout.class);
personalizeFragment.mFavouriteRemittanceEmpty = (LinearLayout) pyT.e(view, R.id.favourite_empty_remittance, "field 'mFavouriteRemittanceEmpty'", LinearLayout.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
PersonalizeFragment personalizeFragment = this.b;
if (personalizeFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
personalizeFragment.addQuickBalance = null;
personalizeFragment.addPromptPay = null;
personalizeFragment.avatarQuickBalance = null;
personalizeFragment.avatarPromtPay = null;
personalizeFragment.favouriteTransferRecyclerView = null;
personalizeFragment.favouriteTopUpRecyclerView = null;
personalizeFragment.favouriteBillPaymentRecyclerView = null;
personalizeFragment.favouriteRemittanceRecyclerView = null;
personalizeFragment.transferTitle = null;
personalizeFragment.topUpTitle = null;
personalizeFragment.billPaymentTitle = null;
personalizeFragment.remittanceTitle = null;
personalizeFragment.remittanceContainer = null;
personalizeFragment.mFavouriteTopUpEmpty = null;
personalizeFragment.mFavouriteBillPaymentEmpty = null;
personalizeFragment.mFavouriteTransferEmpty = null;
personalizeFragment.mFavouriteRemittanceEmpty = null;
this.c.setOnClickListener(null);
this.c = null;
this.e.setOnClickListener(null);
this.e = null;
super.a();
}
}