Skip to content
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

Added ability to add multiple Actions or a Custom View #49

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

iamIcarus
Copy link

@iamIcarus iamIcarus commented Dec 22, 2017

  • Added the ability to create multiple actions.
  • Added the ability to inflate a custom view (at the Actions side)
  • Added setCancelable method to choose if actions should automatically dismiss the SnackBar
  • Added examples with the additions

screenshot_20171223-010023
screenshot_20171223-010027
screenshot_20171223-010031

Can now add multiple actions on the Snackbar (3 actions limit) and a custom view
setView: clears any other views before adding new
setAction: checks and removes non-buttons view before adding new action (button)
We can have more than one Actions, default value of MaxInlineActionWidth should be -1
Added examples for multiple actions and custom view features
fixes and example additions
@iamIcarus iamIcarus changed the title Ability to add multiple Actions or a Custom View Added ability to add multiple Actions or a Custom View Dec 24, 2017
@AndreiD
Copy link
Owner

AndreiD commented Sep 20, 2019

please check #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants