Skip to content

Material3 Full-Screen Dialogs #87

@eltos

Description

@eltos

From the Material3 Design Guide:

Dialogs can require an action, communicate information, or help users accomplish a task. There are two types of dialogs: basic and full-screen.

Proposed method signatures

SimpleDialog.build()
            .title(R.string.hello)
            .msg(R.string.hello_world)
            .fullscreen() // or with true/false argument to en-/disable
            .show(Activity.this);

Links

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions