9 comments (9 comments)13 reactions (13 reactions)0 assignees (0 assignees)Java3,023 forks (3,023 forks)batch import
Good First IssueWidget: Snackbarfeature request
Repository metrics
- Stars
- 15,910 stars (15,910 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
It looks like the close button should be available in Snackbar out of the box:

Contributor guide
- Research direction
- Look at the Snackbar class in the material components android library, specifically the Snackbar layout and its built in action button. Check if there is a close button property or a way to add it. Examine existing customizations in the codebase. Implement a close button that dismisses the Snackbar. Refer to Material Design guidelines for snackbar behavior.
- Tech stack
- java
- Domain
- mobile
- Issue type
- Feature
- Prerequisites
- Android developmentGit