Niranjan P B
Niranjan P B
In develop branch . It still shows ModuleNotFoundError: No module named 'tkinter' , Even though I install manually , then also it shows error @ncc-erik-steringer . I am using python3....
@abbasmasrour This worked for me get a reference to the menu through id and on each click of flaoting button use close() method FloatingActionMenu menu_labels; menu_labels = (FloatingActionMenu) findViewById(R.id.menu_labels_right); menu_labels.close(true);
I am also facing same issue , anyone got solution. @tokelau got any workaround