156 lines
8.2 KiB
Java
156 lines
8.2 KiB
Java
package com.ubt.jimu.user.view;
|
|
|
|
import android.view.View;
|
|
import android.widget.EditText;
|
|
import android.widget.ImageView;
|
|
import android.widget.TextView;
|
|
import butterknife.Unbinder;
|
|
import butterknife.internal.DebouncingOnClickListener;
|
|
import butterknife.internal.Utils;
|
|
import com.ubt.jimu.R;
|
|
import com.ubt.jimu.widgets.NavigationBarView;
|
|
import com.ubt.jimu.widgets.RoundedImageView;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class UserDetailInfoActivity_ViewBinding implements Unbinder {
|
|
private UserDetailInfoActivity 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;
|
|
|
|
public UserDetailInfoActivity_ViewBinding(final UserDetailInfoActivity userDetailInfoActivity, View view) {
|
|
this.b = userDetailInfoActivity;
|
|
View a = Utils.a(view, R.id.portraitImageView, "field 'portraitImageView' and method 'onUserPortraitAction'");
|
|
userDetailInfoActivity.portraitImageView = (RoundedImageView) Utils.a(a, R.id.portraitImageView, "field 'portraitImageView'", RoundedImageView.class);
|
|
this.c = a;
|
|
a.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserDetailInfoActivity_ViewBinding.1
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userDetailInfoActivity.onUserPortraitAction(view2);
|
|
}
|
|
});
|
|
userDetailInfoActivity.iv_camera = (ImageView) Utils.b(view, R.id.iv_camera, "field 'iv_camera'", ImageView.class);
|
|
userDetailInfoActivity.iv_upload = (ImageView) Utils.b(view, R.id.iv_upload, "field 'iv_upload'", ImageView.class);
|
|
userDetailInfoActivity.im_shield = (ImageView) Utils.b(view, R.id.im_shield, "field 'im_shield'", ImageView.class);
|
|
userDetailInfoActivity.nickNameEditText = (EditText) Utils.b(view, R.id.nickNameEditText, "field 'nickNameEditText'", EditText.class);
|
|
View a2 = Utils.a(view, R.id.iv_female, "field 'iv_female' and method 'onMaleRadioAction'");
|
|
userDetailInfoActivity.iv_female = (ImageView) Utils.a(a2, R.id.iv_female, "field 'iv_female'", ImageView.class);
|
|
this.d = a2;
|
|
a2.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserDetailInfoActivity_ViewBinding.2
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userDetailInfoActivity.onMaleRadioAction(view2);
|
|
}
|
|
});
|
|
View a3 = Utils.a(view, R.id.iv_male, "field 'iv_male' and method 'onFemaleRadioAction'");
|
|
userDetailInfoActivity.iv_male = (ImageView) Utils.a(a3, R.id.iv_male, "field 'iv_male'", ImageView.class);
|
|
this.e = a3;
|
|
a3.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserDetailInfoActivity_ViewBinding.3
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userDetailInfoActivity.onFemaleRadioAction(view2);
|
|
}
|
|
});
|
|
View a4 = Utils.a(view, R.id.countryTextView, "field 'countryTextView' and method 'onCountryAction'");
|
|
userDetailInfoActivity.countryTextView = (TextView) Utils.a(a4, R.id.countryTextView, "field 'countryTextView'", TextView.class);
|
|
this.f = a4;
|
|
a4.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserDetailInfoActivity_ViewBinding.4
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userDetailInfoActivity.onCountryAction(view2);
|
|
}
|
|
});
|
|
View a5 = Utils.a(view, R.id.emailTextView, "field 'emailTextView' and method 'onEmailAction'");
|
|
userDetailInfoActivity.emailTextView = (TextView) Utils.a(a5, R.id.emailTextView, "field 'emailTextView'", TextView.class);
|
|
this.g = a5;
|
|
a5.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserDetailInfoActivity_ViewBinding.5
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userDetailInfoActivity.onEmailAction(view2);
|
|
}
|
|
});
|
|
View a6 = Utils.a(view, R.id.telephoneTextView, "field 'telephoneTextView' and method 'onTelephoneAction'");
|
|
userDetailInfoActivity.telephoneTextView = (TextView) Utils.a(a6, R.id.telephoneTextView, "field 'telephoneTextView'", TextView.class);
|
|
this.h = a6;
|
|
a6.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserDetailInfoActivity_ViewBinding.6
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userDetailInfoActivity.onTelephoneAction(view2);
|
|
}
|
|
});
|
|
View a7 = Utils.a(view, R.id.tv_male, "field 'tv_male' and method 'onFemaleRadioAction'");
|
|
userDetailInfoActivity.tv_male = (TextView) Utils.a(a7, R.id.tv_male, "field 'tv_male'", TextView.class);
|
|
this.i = a7;
|
|
a7.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserDetailInfoActivity_ViewBinding.7
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userDetailInfoActivity.onFemaleRadioAction(view2);
|
|
}
|
|
});
|
|
View a8 = Utils.a(view, R.id.tv_female, "field 'tv_female' and method 'onMaleRadioAction'");
|
|
userDetailInfoActivity.tv_female = (TextView) Utils.a(a8, R.id.tv_female, "field 'tv_female'", TextView.class);
|
|
this.j = a8;
|
|
a8.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserDetailInfoActivity_ViewBinding.8
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userDetailInfoActivity.onMaleRadioAction(view2);
|
|
}
|
|
});
|
|
userDetailInfoActivity.navBarView = (NavigationBarView) Utils.b(view, R.id.nbv_bar, "field 'navBarView'", NavigationBarView.class);
|
|
View a9 = Utils.a(view, R.id.card_user_image, "method 'onUserPortraitAction'");
|
|
this.k = a9;
|
|
a9.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.UserDetailInfoActivity_ViewBinding.9
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
userDetailInfoActivity.onUserPortraitAction(view2);
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public void unbind() {
|
|
UserDetailInfoActivity userDetailInfoActivity = this.b;
|
|
if (userDetailInfoActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
userDetailInfoActivity.portraitImageView = null;
|
|
userDetailInfoActivity.iv_camera = null;
|
|
userDetailInfoActivity.iv_upload = null;
|
|
userDetailInfoActivity.im_shield = null;
|
|
userDetailInfoActivity.nickNameEditText = null;
|
|
userDetailInfoActivity.iv_female = null;
|
|
userDetailInfoActivity.iv_male = null;
|
|
userDetailInfoActivity.countryTextView = null;
|
|
userDetailInfoActivity.emailTextView = null;
|
|
userDetailInfoActivity.telephoneTextView = null;
|
|
userDetailInfoActivity.tv_male = null;
|
|
userDetailInfoActivity.tv_female = null;
|
|
userDetailInfoActivity.navBarView = 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;
|
|
}
|
|
}
|