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

Few more badge fixes #81

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Few more badge fixes #81

wants to merge 2 commits into from

Conversation

stonevyt
Copy link
Contributor

  • Add subbadge icon to stacked badge
  • Fix bug with modifier

@stonevyt stonevyt requested a review from a team as a code owner December 21, 2020 09:41
Comment on lines +29 to +34
* Badge does not work with LazyColumn and LazyColumnFor, because parent ConstraintLayout of badge
* has parameter preferredWidth(IntrinsicSize.Min). Without this parameter it is not possible to
* to set custom width to badge.
*
* One of the options is to use same modifier for ConstraintLayout and child layout
* (Surface or other) but then subbadgeIcon flies away from badge.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed with @stonevyt , this is a blocker, will need to investigate.

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.

2 participants