Skip to content

Conversation

MikeAde1
Copy link
Contributor

** The label parameter was added to color animation transitions for the non-editable input field on the Home screen. Adding this label makes it easier to inspect this transition in the Animation Preview.

** 

Replaced the experimental “with” extension function used alongside the fade-in animation with the stable “togetherWith” function.

No major logic was altered.

@MikeAde1 MikeAde1 requested a review from a team as a code owner July 24, 2023 22:43
@MikeAde1 MikeAde1 requested a review from JolandaVerhoef July 24, 2023 22:43
Comment on lines 42 to 43
<string name="tint_transition_spec">tintTransitionSpec</string>
<string name="tint_transition">tintTransition</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't have to be part of the strings.xml as this information is just for the tooling, not for the app.
You can just keep the strings directly in the code.

…ld and added the strings directly in the code.
@MikeAde1 MikeAde1 requested a review from mlykotom July 25, 2023 11:48
@mlykotom mlykotom merged commit 2279000 into android:main Jul 26, 2023
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