美文网首页
tollbar返回主页

tollbar返回主页

作者: 资本家大恶人 | 来源:发表于2020-05-07 21:36 被阅读0次
   //返回按钮的监听
        setSupportActionBar(root.tb);

        getSupportActionBar().setDisplayHomeAsUpEnabled(true);

        getSupportActionBar().setHomeButtonEnabled(true);

    }
// 创建option监听
    @Override
    public boolean onOptionsItemSelected(@NonNull MenuItem item) {
        if (item.getItemId() == android.R.id.home) {
            finish();
        }
        return super.onOptionsItemSelected(item);
    }

相关文章

网友评论

      本文标题:tollbar返回主页

      本文链接:https://www.haomeiwen.com/subject/ntozghtx.html