Kushagra

Results 2 comments of Kushagra

implementation 'com.github.medyo:fancybuttons:1.8.4' use this version instead of 1.9.0 this worked for me

> I found a better solution with > > OnCreate: > > ``` > toolbar.post(new Runnable() { > @Override > public void run() { > showMaterialShowCase(); > } > });...