what-the-bank/sources/com/scb/phone/view/fragment/investment/InvestmentDetailsFragment_V...

93 lines
7.5 KiB
Java

package com.scb.phone.view.fragment.investment;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.ListView;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import com.github.mikephil.charting.charts.PieChart;
import com.google.android.material.tabs.TabLayout;
import com.rd.PageIndicatorView;
import com.scb.phone.R;
import com.scb.phone.view.custom.InfiniteRecyclerView;
import com.scb.phone.view.custom.common.CustomFundsActions;
import com.scb.phone.view.custom.common.FragmentWrapContentViewPager;
import com.scb.phone.view.custom.investment.CustomNewFundsActions;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public class InvestmentDetailsFragment_ViewBinding extends BaseFragment_ViewBinding {
private InvestmentDetailsFragment b;
public InvestmentDetailsFragment_ViewBinding(InvestmentDetailsFragment investmentDetailsFragment, View view) {
super(investmentDetailsFragment, view);
this.b = investmentDetailsFragment;
investmentDetailsFragment.tvTotalBalance = (TextView) pyT.e(view, R.id.tv_investment_details_total_balance, "field 'tvTotalBalance'", TextView.class);
investmentDetailsFragment.tvNetGain = (TextView) pyT.e(view, R.id.tv_investment_details_net_gain, "field 'tvNetGain'", TextView.class);
investmentDetailsFragment.tvNetGainPercent = (TextView) pyT.e(view, R.id.tv_investment_details_net_gain_percent, "field 'tvNetGainPercent'", TextView.class);
investmentDetailsFragment.ivNetGainIndicator = (ImageView) pyT.e(view, R.id.iv_investment_details_gain_indicator, "field 'ivNetGainIndicator'", ImageView.class);
investmentDetailsFragment.pcChart = (PieChart) pyT.e(view, R.id.pc_investment_details, "field 'pcChart'", PieChart.class);
investmentDetailsFragment.tvRiskLevelIcon = (TextView) pyT.e(view, R.id.tv_profile_risk_level_icon, "field 'tvRiskLevelIcon'", TextView.class);
investmentDetailsFragment.tvRiskLevel = (TextView) pyT.e(view, R.id.tv_profile_risk_level, "field 'tvRiskLevel'", TextView.class);
investmentDetailsFragment.llLayoutCustomerName = (LinearLayout) pyT.e(view, R.id.ll_layout_investment_details_profile_customer_name, "field 'llLayoutCustomerName'", LinearLayout.class);
investmentDetailsFragment.llLayoutRequireSuitProfile = (LinearLayout) pyT.e(view, R.id.ll_layout_investment_details_profile_require_suit, "field 'llLayoutRequireSuitProfile'", LinearLayout.class);
investmentDetailsFragment.llLayoutRiskProfile = (LinearLayout) pyT.e(view, R.id.ll_layout_investment_details_profile_risk, "field 'llLayoutRiskProfile'", LinearLayout.class);
investmentDetailsFragment.tvRiskExpiryDate = (TextView) pyT.e(view, R.id.tv_profile_risk_expiry_date, "field 'tvRiskExpiryDate'", TextView.class);
investmentDetailsFragment.tvCustomerName = (TextView) pyT.e(view, R.id.tv_profile_customer_name, "field 'tvCustomerName'", TextView.class);
investmentDetailsFragment.lvAssetGroup = (ListView) pyT.e(view, R.id.lv_asset_group, "field 'lvAssetGroup'", ListView.class);
investmentDetailsFragment.llLayoutPieChartContainer = (LinearLayout) pyT.e(view, R.id.ll_layout_piechart_container, "field 'llLayoutPieChartContainer'", LinearLayout.class);
investmentDetailsFragment.csContextualAds = (ConstraintLayout) pyT.e(view, R.id.cs_layout_contextual_ads, "field 'csContextualAds'", ConstraintLayout.class);
investmentDetailsFragment.rvContextualAds = (InfiniteRecyclerView) pyT.e(view, R.id.rv_contextual_ads, "field 'rvContextualAds'", InfiniteRecyclerView.class);
investmentDetailsFragment.layoutIndicator = (LinearLayout) pyT.e(view, R.id.layout_indicator, "field 'layoutIndicator'", LinearLayout.class);
investmentDetailsFragment.pivAdsIndicator = (PageIndicatorView) pyT.e(view, R.id.piv_ads_indicator, "field 'pivAdsIndicator'", PageIndicatorView.class);
investmentDetailsFragment.tlInvestmentDetails = (TabLayout) pyT.e(view, R.id.tl_investment_details, "field 'tlInvestmentDetails'", TabLayout.class);
investmentDetailsFragment.vpInvestmentDetails = (FragmentWrapContentViewPager) pyT.e(view, R.id.vp_investment_details, "field 'vpInvestmentDetails'", FragmentWrapContentViewPager.class);
investmentDetailsFragment.cfaInvestmentDetails = (CustomFundsActions) pyT.e(view, R.id.cfa_investment_details, "field 'cfaInvestmentDetails'", CustomFundsActions.class);
investmentDetailsFragment.cfaNewInvestmentDetails = (CustomNewFundsActions) pyT.e(view, R.id.cfa_new_investment_details, "field 'cfaNewInvestmentDetails'", CustomNewFundsActions.class);
investmentDetailsFragment.tvRequireSuitDescription = (TextView) pyT.e(view, R.id.tv_profile_require_suit_description, "field 'tvRequireSuitDescription'", TextView.class);
investmentDetailsFragment.llLayoutRetakeSuitProfile = (LinearLayout) pyT.e(view, R.id.ll_layout_investment_details_profile_retake_suit, "field 'llLayoutRetakeSuitProfile'", LinearLayout.class);
investmentDetailsFragment.tvRetakeSuitDescription = (TextView) pyT.e(view, R.id.tv_profile_retake_suit_description, "field 'tvRetakeSuitDescription'", TextView.class);
investmentDetailsFragment.llLayoutTransactionTab = (LinearLayout) pyT.e(view, R.id.ll_layout_transactions_tab, "field 'llLayoutTransactionTab'", LinearLayout.class);
investmentDetailsFragment.llLayoutTransactionAwaiting = (LinearLayout) pyT.e(view, R.id.ll_layout_transactions_awaiting, "field 'llLayoutTransactionAwaiting'", LinearLayout.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
InvestmentDetailsFragment investmentDetailsFragment = this.b;
if (investmentDetailsFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
investmentDetailsFragment.tvTotalBalance = null;
investmentDetailsFragment.tvNetGain = null;
investmentDetailsFragment.tvNetGainPercent = null;
investmentDetailsFragment.ivNetGainIndicator = null;
investmentDetailsFragment.pcChart = null;
investmentDetailsFragment.tvRiskLevelIcon = null;
investmentDetailsFragment.tvRiskLevel = null;
investmentDetailsFragment.llLayoutCustomerName = null;
investmentDetailsFragment.llLayoutRequireSuitProfile = null;
investmentDetailsFragment.llLayoutRiskProfile = null;
investmentDetailsFragment.tvRiskExpiryDate = null;
investmentDetailsFragment.tvCustomerName = null;
investmentDetailsFragment.lvAssetGroup = null;
investmentDetailsFragment.llLayoutPieChartContainer = null;
investmentDetailsFragment.csContextualAds = null;
investmentDetailsFragment.rvContextualAds = null;
investmentDetailsFragment.layoutIndicator = null;
investmentDetailsFragment.pivAdsIndicator = null;
investmentDetailsFragment.tlInvestmentDetails = null;
investmentDetailsFragment.vpInvestmentDetails = null;
investmentDetailsFragment.cfaInvestmentDetails = null;
investmentDetailsFragment.cfaNewInvestmentDetails = null;
investmentDetailsFragment.tvRequireSuitDescription = null;
investmentDetailsFragment.llLayoutRetakeSuitProfile = null;
investmentDetailsFragment.tvRetakeSuitDescription = null;
investmentDetailsFragment.llLayoutTransactionTab = null;
investmentDetailsFragment.llLayoutTransactionAwaiting = null;
super.a();
}
}