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
{{ message }}
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
Hi,
I need to add or remove the FAB buttons programmatically, so I've added the menu in the XML file and then i tried to add the FloatingActionButtons programmatically with calling addView method on the menu.
The problem is that the menu does't show the new fab buttons because the children have created on onMeasure. I tried to call the requestLayout() method on the menu but nothing changed.
How can i handle it ?
The text was updated successfully, but these errors were encountered:
Hi,
I need to add or remove the FAB buttons programmatically, so I've added the menu in the XML file and then i tried to add the FloatingActionButtons programmatically with calling addView method on the menu.
The problem is that the menu does't show the new fab buttons because the children have created on onMeasure. I tried to call the requestLayout() method on the menu but nothing changed.
How can i handle it ?
The text was updated successfully, but these errors were encountered: