-
Notifications
You must be signed in to change notification settings - Fork 224
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
End of Year: Listening time story design #556
Conversation
4109f1a
to
e8c1c1b
Compare
modifier = modifier | ||
.fillMaxWidth() | ||
.padding(top = 24.dp, start = 40.dp, end = 40.dp) | ||
) |
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.
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.
Nice observation! Updated in 1137927.
} | ||
.graphicsLayer( | ||
translationX = -translateBy.toFloat() | ||
) |
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.
Amazing work getting this working and multiple artworks lined up. 🏆
Description
Add the design for the "listening time" story.
Testing Instructions
END_OF_YEAR_ENABLED
feature flag totrue
in base.gradleScreenshots or Screencast
Checklist
modules/services/localization/src/main/res/values/strings.xml
I have tested any UI changes...