如何在下面的代码中查看操作栏项目?我正在使用https://github.com/deano2390/MaterialShowcaseView。
config.setFadeDuration(20);
// config.setDelay(1);
config.setMaskColor(act.getResources().getColor(R.color.dark_black_overlay));
MaterialShowcaseSequence sequence = new MaterialShowcaseSequence(act, id);
sequence.setConfig(config);
sequence.addSequenceItem(view[i], text[i], "");
}
sequence.start();