How to put view over action bar items in the code below? I am using 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();