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

Commits on Dec 22, 2017

  1. Added multiple actions and custom view

    Can now add multiple actions on the Snackbar (3 actions limit) and a custom view
    iamIcarus committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    63c67c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5774d0 View commit details
    Browse the repository at this point in the history
  3. Added inflate checks for setView and setActions

    setView: clears any other views before adding new
    setAction: checks and removes non-buttons view before adding new action (button)
    iamIcarus committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    81846b2 View commit details
    Browse the repository at this point in the history
  4. Fixed issue with MaxInlineActionWidth

    We can have more than one Actions, default value of MaxInlineActionWidth should be -1
    iamIcarus committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    6ed0dd8 View commit details
    Browse the repository at this point in the history
  5. Added Examples

    Added examples for multiple actions and custom view features
    iamIcarus committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    5abe884 View commit details
    Browse the repository at this point in the history
  6. Added Comments

    iamIcarus committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    1e53290 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from iamIcarus/dev

    fixes and example additions
    iamIcarus authored Dec 22, 2017
    Configuration menu
    Copy the full SHA
    c8f8e29 View commit details
    Browse the repository at this point in the history