-
Notifications
You must be signed in to change notification settings - Fork 251
Code snippet for Compose doc at https://developer.android.com/quick-g… #346
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
Conversation
…uides/content/animate-text?hl=en (Animate text character-by-character). Code taken from riggaroo gist at https://www.google.com/url?sa=D&q=https%3A%2F%2Fgist.github.com%2Friggaroo%2F668868c954c4a1e9b29fa57a762e63b5
compose/snippets/src/main/java/com/example/compose/snippets/animations/AnimationSnippets.kt
Outdated
Show resolved
Hide resolved
compose/snippets/src/main/java/com/example/compose/snippets/animations/AnimationSnippets.kt
Show resolved
Hide resolved
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.
tag for DAC missing
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
} | ||
} | ||
Text(substringText) | ||
// [END android_compose_animations_animate_char_by_char] |
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.
mismatching start and end tag
…uides/content/animate-text?hl=en (Animate text character-by-character).
Code taken from riggaroo gist at https://www.google.com/url?sa=D&q=https%3A%2F%2Fgist.github.com%2Friggaroo%2F668868c954c4a1e9b29fa57a762e63b5