-
-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there anyway that .sheet(---) method could take some Array list or so ?? Its hard to make a constant list as a menu xml file. #50
Comments
Yes, I'm working on this. A menu inflator will be introduced for this. |
Ok...m definitely waiting for that. |
A huge update could be expected this weekend after my network setup getting done. |
That's really very cool |
I've updated master branch to 1.1.0 with the feature you need, but since this is an update with significant change, defects are expected, please help to test it before I push it to maven repository. Thanks. |
Thank you so much , i will definitely test it with several cases. |
Like i said in my question, what if i need to use some sort of collective data like arraylist or something instead of an xml menu file. |
@pingothedoer you can get a Menu item from bottomsheet instance with getMenu(), it has standard android menu interface, you can do anything you want. But, if what you needed is just insert multiple items, sheet() can do it quite well, just like the ShareAction in example application. I think this interface is simple enough with chain style programming, even simpler than arraylist. |
No description provided.
The text was updated successfully, but these errors were encountered: