-
Notifications
You must be signed in to change notification settings - Fork 4
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
ANDROID-14475 Subtitle color changed in lists #356
Conversation
📱 New catalog for testing generated: Download |
📱 New catalog for testing generated: Download |
📱 New catalog for testing generated: Download |
📱 New catalog for testing generated: Download |
📱 New catalog for testing generated: Download |
📱 New catalog for testing generated: Download |
📱 New catalog for testing generated: Download |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job and thanks for the tests!
@@ -577,6 +579,7 @@ class ListRowView @JvmOverloads constructor( | |||
private fun showNumericBadge(count: Int, withBadgeDescription: String?) { | |||
Badge.removeBadge(badgeAnchor) | |||
badgeAnchorContainer.visibility = View.VISIBLE | |||
badgeAnchorContainer.setBackgroundColor(Color.Transparent.toArgb()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I don't add this line XML screenshots don't show badge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
🥅 What's the goal?
Update color of subtitle in lists. Implementation of this PR #337
🚧 How do we do it?
Changed secondary color to primary color in lists (check screenshots). Added screenshot tests for XML and compose
☑️ Checks
🧪 How can I test this?
Before:
After: