77 lines
3.2 KiB
Java
77 lines
3.2 KiB
Java
|
package com.scb.phone.view.fragment.calendarlanding;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.TextView;
|
||
|
import com.prolificinteractive.materialcalendarview.MaterialCalendarView;
|
||
|
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 CalendarFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View b;
|
||
|
private View c;
|
||
|
private CalendarFragment d;
|
||
|
|
||
|
public CalendarFragment_ViewBinding(CalendarFragment calendarFragment, View view) {
|
||
|
super(calendarFragment, view);
|
||
|
this.d = calendarFragment;
|
||
|
calendarFragment.calendarView = (MaterialCalendarView) pyT.e(view, R.id.calendar_landing_view, "field 'calendarView'", MaterialCalendarView.class);
|
||
|
View a = pyT.a(view, R.id.left_arrow_image_view, "field 'leftArrowImageView' and method 'onPreviousMonthArrowClicked'");
|
||
|
calendarFragment.leftArrowImageView = (ImageView) pyT.c(a, R.id.left_arrow_image_view, "field 'leftArrowImageView'", ImageView.class);
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, calendarFragment) { // from class: com.scb.phone.view.fragment.calendarlanding.CalendarFragment_ViewBinding.4
|
||
|
private CalendarFragment a;
|
||
|
private CalendarFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.a = calendarFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.onPreviousMonthArrowClicked();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.right_arrow_image_view, "field 'rightArrowImageView' and method 'onNextMonthArrowClicked'");
|
||
|
calendarFragment.rightArrowImageView = (ImageView) pyT.c(a2, R.id.right_arrow_image_view, "field 'rightArrowImageView'", ImageView.class);
|
||
|
this.b = a2;
|
||
|
a2.setOnClickListener(new gnL(this, calendarFragment) { // from class: com.scb.phone.view.fragment.calendarlanding.CalendarFragment_ViewBinding.1
|
||
|
private CalendarFragment_ViewBinding a;
|
||
|
private CalendarFragment c;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.c = calendarFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.onNextMonthArrowClicked();
|
||
|
}
|
||
|
});
|
||
|
calendarFragment.monthYear = (TextView) pyT.e(view, R.id.month_year_text_view, "field 'monthYear'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CalendarFragment calendarFragment = this.d;
|
||
|
if (calendarFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
calendarFragment.calendarView = null;
|
||
|
calendarFragment.leftArrowImageView = null;
|
||
|
calendarFragment.rightArrowImageView = null;
|
||
|
calendarFragment.monthYear = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|