Initial commit
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
package com.ubt.jimu.user.view.setting;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.view.View;
|
||||
import android.widget.TextView;
|
||||
import com.ubt.jimu.R;
|
||||
import com.ubt.jimu.community.view.popwindow.BasePopwindow;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public class ExitLoginPopupwindow extends BasePopwindow {
|
||||
public ExitLoginPopupwindow(Activity activity) {
|
||||
super(activity);
|
||||
}
|
||||
|
||||
@Override // com.ubt.jimu.community.view.popwindow.BasePopwindow
|
||||
public int a() {
|
||||
return R.layout.pop_exit_login;
|
||||
}
|
||||
|
||||
@Override // com.ubt.jimu.community.view.popwindow.BasePopwindow
|
||||
public void b() {
|
||||
TextView textView = (TextView) this.b.findViewById(R.id.tv_confirm);
|
||||
TextView textView2 = (TextView) this.b.findViewById(R.id.tv_logout);
|
||||
TextView textView3 = (TextView) this.b.findViewById(R.id.tv_cancel);
|
||||
textView.setOnClickListener(new View.OnClickListener() { // from class: com.ubt.jimu.user.view.setting.f
|
||||
@Override // android.view.View.OnClickListener
|
||||
public final void onClick(View view) {
|
||||
ExitLoginPopupwindow.this.c(view);
|
||||
}
|
||||
});
|
||||
textView2.setOnClickListener(new View.OnClickListener() { // from class: com.ubt.jimu.user.view.setting.g
|
||||
@Override // android.view.View.OnClickListener
|
||||
public final void onClick(View view) {
|
||||
ExitLoginPopupwindow.this.d(view);
|
||||
}
|
||||
});
|
||||
textView3.setOnClickListener(new View.OnClickListener() { // from class: com.ubt.jimu.user.view.setting.h
|
||||
@Override // android.view.View.OnClickListener
|
||||
public final void onClick(View view) {
|
||||
ExitLoginPopupwindow.this.e(view);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
public /* synthetic */ void c(View view) {
|
||||
((SettingActivity) this.a).I0();
|
||||
((SettingActivity) this.a).l();
|
||||
dismiss();
|
||||
}
|
||||
|
||||
public /* synthetic */ void d(View view) {
|
||||
((SettingActivity) this.a).H0();
|
||||
dismiss();
|
||||
}
|
||||
|
||||
public /* synthetic */ void e(View view) {
|
||||
dismiss();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user