211 lines
12 KiB
Java
211 lines
12 KiB
Java
package com.ubt.jimu.user.view;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.FrameLayout;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.ProgressBar;
|
|
import android.widget.TextView;
|
|
import butterknife.Unbinder;
|
|
import butterknife.internal.DebouncingOnClickListener;
|
|
import butterknife.internal.Utils;
|
|
import com.recyclelib.URecyclerView;
|
|
import com.ubt.jimu.R;
|
|
import com.ubt.jimu.widgets.NavigationBarView;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class UserCenterActivity_ViewBinding implements Unbinder {
|
|
private UserCenterActivity b;
|
|
private View c;
|
|
private View d;
|
|
private View e;
|
|
private View f;
|
|
private View g;
|
|
private View h;
|
|
private View i;
|
|
private View j;
|
|
private View k;
|
|
private View l;
|
|
private View m;
|
|
|
|
public UserCenterActivity_ViewBinding(final UserCenterActivity userCenterActivity, View view) {
|
|
this.b = userCenterActivity;
|
|
View a = Utils.a(view, R.id.backImageView, "field 'backImageView' and method 'onBackAction'");
|
|
userCenterActivity.backImageView = (ImageView) Utils.a(a, R.id.backImageView, "field 'backImageView'", ImageView.class);
|
|
this.c = a;
|
|
a.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.1
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onBackAction(view2);
|
|
}
|
|
});
|
|
userCenterActivity.leftLayout = (LinearLayout) Utils.b(view, R.id.leftLayout, "field 'leftLayout'", LinearLayout.class);
|
|
View a2 = Utils.a(view, R.id.portraitImageView, "field 'portraitImageView' and method 'onUserPortraitAction'");
|
|
userCenterActivity.portraitImageView = (ImageView) Utils.a(a2, R.id.portraitImageView, "field 'portraitImageView'", ImageView.class);
|
|
this.d = a2;
|
|
a2.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.2
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onUserPortraitAction(view2);
|
|
}
|
|
});
|
|
View a3 = Utils.a(view, R.id.nicknameTextView, "field 'nicknameTextView' and method 'onUserPortraitAction'");
|
|
userCenterActivity.nicknameTextView = (TextView) Utils.a(a3, R.id.nicknameTextView, "field 'nicknameTextView'", TextView.class);
|
|
this.e = a3;
|
|
a3.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.3
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onUserPortraitAction(view2);
|
|
}
|
|
});
|
|
View a4 = Utils.a(view, R.id.editImageView, "field 'editImageView' and method 'onUserPortraitAction'");
|
|
userCenterActivity.editImageView = (ImageView) Utils.a(a4, R.id.editImageView, "field 'editImageView'", ImageView.class);
|
|
this.f = a4;
|
|
a4.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.4
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onUserPortraitAction(view2);
|
|
}
|
|
});
|
|
userCenterActivity.userTitleTextView = (TextView) Utils.b(view, R.id.userTitleTextView, "field 'userTitleTextView'", TextView.class);
|
|
userCenterActivity.interestTextView = (TextView) Utils.b(view, R.id.interestTextView, "field 'interestTextView'", TextView.class);
|
|
userCenterActivity.fansTextView = (TextView) Utils.b(view, R.id.fansTextView, "field 'fansTextView'", TextView.class);
|
|
userCenterActivity.collectTextView = (TextView) Utils.b(view, R.id.collectTextView, "field 'collectTextView'", TextView.class);
|
|
userCenterActivity.praiseTextView = (TextView) Utils.b(view, R.id.praiseTextView, "field 'praiseTextView'", TextView.class);
|
|
userCenterActivity.levelTextView = (TextView) Utils.b(view, R.id.levelTextView, "field 'levelTextView'", TextView.class);
|
|
userCenterActivity.rateTextView = (TextView) Utils.b(view, R.id.rateTextView, "field 'rateTextView'", TextView.class);
|
|
userCenterActivity.rankTextView = (TextView) Utils.b(view, R.id.scoreTextView, "field 'rankTextView'", TextView.class);
|
|
userCenterActivity.leftBottomLayout = (LinearLayout) Utils.b(view, R.id.leftBottomLayout, "field 'leftBottomLayout'", LinearLayout.class);
|
|
userCenterActivity.levelParent = (LinearLayout) Utils.b(view, R.id.levelParent, "field 'levelParent'", LinearLayout.class);
|
|
userCenterActivity.percentTextView = (TextView) Utils.b(view, R.id.percentTextView, "field 'percentTextView'", TextView.class);
|
|
userCenterActivity.levelProgressBar = (ProgressBar) Utils.b(view, R.id.levelProgressBar, "field 'levelProgressBar'", ProgressBar.class);
|
|
View a5 = Utils.a(view, R.id.iv_follow, "field 'iv_follow' and method 'onIvFollow'");
|
|
userCenterActivity.iv_follow = (ImageView) Utils.a(a5, R.id.iv_follow, "field 'iv_follow'", ImageView.class);
|
|
this.g = a5;
|
|
a5.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.5
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onIvFollow(view2);
|
|
}
|
|
});
|
|
userCenterActivity.unLoginLayout = (FrameLayout) Utils.b(view, R.id.unLoginLayout, "field 'unLoginLayout'", FrameLayout.class);
|
|
View a6 = Utils.a(view, R.id.btnLogin, "field 'btnLogin' and method 'onLoginAction'");
|
|
userCenterActivity.btnLogin = (Button) Utils.a(a6, R.id.btnLogin, "field 'btnLogin'", Button.class);
|
|
this.h = a6;
|
|
a6.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.6
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onLoginAction(view2);
|
|
}
|
|
});
|
|
userCenterActivity.imgNotLogin = (ImageView) Utils.b(view, R.id.imgNotLogin, "field 'imgNotLogin'", ImageView.class);
|
|
userCenterActivity.rootView = Utils.a(view, R.id.rootView, "field 'rootView'");
|
|
userCenterActivity.navBarView = (NavigationBarView) Utils.b(view, R.id.nbv_bar, "field 'navBarView'", NavigationBarView.class);
|
|
userCenterActivity.recyclerView = (URecyclerView) Utils.b(view, R.id.recyclerView, "field 'recyclerView'", URecyclerView.class);
|
|
userCenterActivity.imgInterest = (ImageView) Utils.b(view, R.id.imgInterest, "field 'imgInterest'", ImageView.class);
|
|
userCenterActivity.imgFans = (ImageView) Utils.b(view, R.id.imgFans, "field 'imgFans'", ImageView.class);
|
|
userCenterActivity.imgCollect = (ImageView) Utils.b(view, R.id.imgCollect, "field 'imgCollect'", ImageView.class);
|
|
userCenterActivity.imgPraise = (ImageView) Utils.b(view, R.id.imgPraise, "field 'imgPraise'", ImageView.class);
|
|
View a7 = Utils.a(view, R.id.interestParent, "method 'onInterestAction'");
|
|
this.i = a7;
|
|
a7.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.7
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onInterestAction(view2);
|
|
}
|
|
});
|
|
View a8 = Utils.a(view, R.id.fansParent, "method 'onFansAction'");
|
|
this.j = a8;
|
|
a8.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.8
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onFansAction(view2);
|
|
}
|
|
});
|
|
View a9 = Utils.a(view, R.id.collectParent, "method 'onCollectAction'");
|
|
this.k = a9;
|
|
a9.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.9
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onCollectAction(view2);
|
|
}
|
|
});
|
|
View a10 = Utils.a(view, R.id.praiseParent, "method 'onPraiseAction'");
|
|
this.l = a10;
|
|
a10.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.10
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onPraiseAction(view2);
|
|
}
|
|
});
|
|
View a11 = Utils.a(view, R.id.rankParent, "method 'onRankAction'");
|
|
this.m = a11;
|
|
a11.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserCenterActivity_ViewBinding.11
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userCenterActivity.onRankAction(view2);
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public void unbind() {
|
|
UserCenterActivity userCenterActivity = this.b;
|
|
if (userCenterActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
userCenterActivity.backImageView = null;
|
|
userCenterActivity.leftLayout = null;
|
|
userCenterActivity.portraitImageView = null;
|
|
userCenterActivity.nicknameTextView = null;
|
|
userCenterActivity.editImageView = null;
|
|
userCenterActivity.userTitleTextView = null;
|
|
userCenterActivity.interestTextView = null;
|
|
userCenterActivity.fansTextView = null;
|
|
userCenterActivity.collectTextView = null;
|
|
userCenterActivity.praiseTextView = null;
|
|
userCenterActivity.levelTextView = null;
|
|
userCenterActivity.rateTextView = null;
|
|
userCenterActivity.rankTextView = null;
|
|
userCenterActivity.leftBottomLayout = null;
|
|
userCenterActivity.levelParent = null;
|
|
userCenterActivity.percentTextView = null;
|
|
userCenterActivity.levelProgressBar = null;
|
|
userCenterActivity.iv_follow = null;
|
|
userCenterActivity.unLoginLayout = null;
|
|
userCenterActivity.btnLogin = null;
|
|
userCenterActivity.imgNotLogin = null;
|
|
userCenterActivity.rootView = null;
|
|
userCenterActivity.navBarView = null;
|
|
userCenterActivity.recyclerView = null;
|
|
userCenterActivity.imgInterest = null;
|
|
userCenterActivity.imgFans = null;
|
|
userCenterActivity.imgCollect = null;
|
|
userCenterActivity.imgPraise = null;
|
|
this.c.setOnClickListener(null);
|
|
this.c = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
this.f.setOnClickListener(null);
|
|
this.f = null;
|
|
this.g.setOnClickListener(null);
|
|
this.g = null;
|
|
this.h.setOnClickListener(null);
|
|
this.h = null;
|
|
this.i.setOnClickListener(null);
|
|
this.i = null;
|
|
this.j.setOnClickListener(null);
|
|
this.j = null;
|
|
this.k.setOnClickListener(null);
|
|
this.k = null;
|
|
this.l.setOnClickListener(null);
|
|
this.l = null;
|
|
this.m.setOnClickListener(null);
|
|
this.m = null;
|
|
}
|
|
}
|