108 lines
5.4 KiB
Java
108 lines
5.4 KiB
Java
package com.ubt.jimu.user.view;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
import android.widget.RelativeLayout;
|
|
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.ClearEditText;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class LoginActivity_ViewBinding implements Unbinder {
|
|
private LoginActivity b;
|
|
private View c;
|
|
private View d;
|
|
private View e;
|
|
private View f;
|
|
private View g;
|
|
|
|
public LoginActivity_ViewBinding(final LoginActivity loginActivity, View view) {
|
|
this.b = loginActivity;
|
|
loginActivity.phoneEditText = (ClearEditText) Utils.b(view, R.id.phoneEditText, "field 'phoneEditText'", ClearEditText.class);
|
|
loginActivity.passwordEditText = (ClearEditText) Utils.b(view, R.id.passwordEditText, "field 'passwordEditText'", ClearEditText.class);
|
|
View a = Utils.a(view, R.id.countryCodeTextView, "field 'countryCodeTextView' and method 'onCountryCodeAction'");
|
|
loginActivity.countryCodeTextView = (TextView) Utils.a(a, R.id.countryCodeTextView, "field 'countryCodeTextView'", TextView.class);
|
|
this.c = a;
|
|
a.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.LoginActivity_ViewBinding.1
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
loginActivity.onCountryCodeAction(view2);
|
|
}
|
|
});
|
|
View a2 = Utils.a(view, R.id.loginLayout, "field 'loginLayout' and method 'onLoginAction'");
|
|
loginActivity.loginLayout = (Button) Utils.a(a2, R.id.loginLayout, "field 'loginLayout'", Button.class);
|
|
this.d = a2;
|
|
a2.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.LoginActivity_ViewBinding.2
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
loginActivity.onLoginAction(view2);
|
|
}
|
|
});
|
|
loginActivity.qqImageView = (ImageView) Utils.b(view, R.id.qqImageView, "field 'qqImageView'", ImageView.class);
|
|
loginActivity.wechatImageView = (ImageView) Utils.b(view, R.id.wechatImageView, "field 'wechatImageView'", ImageView.class);
|
|
loginActivity.twitterImageView = (ImageView) Utils.b(view, R.id.twitterImageView, "field 'twitterImageView'", ImageView.class);
|
|
loginActivity.facebookImageView = (ImageView) Utils.b(view, R.id.facebookImageView, "field 'facebookImageView'", ImageView.class);
|
|
View a3 = Utils.a(view, R.id.findPwdTextView, "field 'findPwdTextView' and method 'onFindPasswordAction'");
|
|
loginActivity.findPwdTextView = (TextView) Utils.a(a3, R.id.findPwdTextView, "field 'findPwdTextView'", TextView.class);
|
|
this.e = a3;
|
|
a3.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.LoginActivity_ViewBinding.3
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
loginActivity.onFindPasswordAction(view2);
|
|
}
|
|
});
|
|
loginActivity.countryCodeParent = (RelativeLayout) Utils.b(view, R.id.countryCodeParent, "field 'countryCodeParent'", RelativeLayout.class);
|
|
loginActivity.rlTips = (RelativeLayout) Utils.b(view, R.id.rl_tips_input_error, "field 'rlTips'", RelativeLayout.class);
|
|
View a4 = Utils.a(view, R.id.rightArrowImageView, "method 'onCountryCodeAction'");
|
|
this.f = a4;
|
|
a4.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.LoginActivity_ViewBinding.4
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
loginActivity.onCountryCodeAction(view2);
|
|
}
|
|
});
|
|
View a5 = Utils.a(view, R.id.registerTextView, "method 'onRegisterAction'");
|
|
this.g = a5;
|
|
a5.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.LoginActivity_ViewBinding.5
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
loginActivity.onRegisterAction(view2);
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public void unbind() {
|
|
LoginActivity loginActivity = this.b;
|
|
if (loginActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
loginActivity.phoneEditText = null;
|
|
loginActivity.passwordEditText = null;
|
|
loginActivity.countryCodeTextView = null;
|
|
loginActivity.loginLayout = null;
|
|
loginActivity.qqImageView = null;
|
|
loginActivity.wechatImageView = null;
|
|
loginActivity.twitterImageView = null;
|
|
loginActivity.facebookImageView = null;
|
|
loginActivity.findPwdTextView = null;
|
|
loginActivity.countryCodeParent = null;
|
|
loginActivity.rlTips = 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;
|
|
}
|
|
}
|