导航菜单

页面标题

页面副标题

SpinDisplay v2.0.2.6 - PDFCatelogueActivity.java 源代码

正在查看: SpinDisplay v2.0.2.6 应用的 PDFCatelogueActivity.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.dmz.f20ad.pdf;

import android.content.Intent;
import android.os.Bundle;
import android.widget.Button;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import b.b.k.l;
import b.u.y;
import d.e.a.s.a;
import d.e.a.s.b.c;
import d.e.a.s.b.d;
import java.util.List;

public class PDFCatelogueActivity extends l implements c.a {
    public RecyclerView s;
    public Button t;

    @Override
    public void a(d dVar) {
        Intent intent = new Intent();
        intent.putExtra("pageNum", dVar.f5329c);
        setResult(-1, intent);
        finish();
    }

    @Override
    public void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        y.a(getWindow(), r());
        setContentView(2131492893);
        this.t = (Button) findViewById(2131296364);
        this.s = (RecyclerView) findViewById(2131296703);
        this.t.setOnClickListener(new a(this));
        List list = (List) getIntent().getSerializableExtra("catelogues");
        LinearLayoutManager linearLayoutManager = new LinearLayoutManager(1, false);
        linearLayoutManager.l(1);
        this.s.setLayoutManager(linearLayoutManager);
        c cVar = new c(this, list);
        cVar.f5327g = this;
        this.s.setAdapter(cVar);
    }
}