Skip to content

Except for with() every other method for Snackbar class should be non static #5

@droidluv

Description

@droidluv

Now to show status bar its a weird set of static calls like

Snackbar.with(this,null);
Snackbar.type(Type.SUCCESS);
Snackbar.message("Main Activity");
Snackbar.duration(Duration.SHORT);
Snackbar.fillParent(true);
Snackbar.textAlign(Align.LEFT);
Snackbar.show();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions