You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a workaround for this. First I showed my intro view on the floating action button and after user clicks on the intro and moves to other one, at that time i add all my menu items to the fab.It is working fine now. Hope it helps you and the issue is fixed.
Hi,
The issue i am facing is that the overlay circle does not focus on the floatingactionmenu
I've attached screenshot for the same.
This is the following code that i have used:-
`private void loadIntroScreen(View view, String message,
String usage_id, int delay, ShapeType shapeType){
public static MaterialIntroConfiguration defaultConfig(){
`
this is the library i am using for fab menu :- https://github.com/futuresimple/android-floating-action-button.
Thank you in advance!
The text was updated successfully, but these errors were encountered: