Skip to content

Password update to use BasicSecureTextField #357

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

Merged
merged 10 commits into from
Oct 1, 2024
Merged

Conversation

riggaroo
Copy link
Collaborator

@riggaroo riggaroo commented Sep 27, 2024

password.mp4

thedmail and others added 7 commits September 16, 2024 14:24
…uides/content/animate-text?hl=en (Animate text character-by-character).

This commit slightly modifies (makes buildable in our repo) the existing code on the current DAC page.

That code, in turn, was BNR's simplified version of Xoogler astamato's Medium article at https://medium.com/androiddevelopers/effective-state-management-for-textfield-in-compose-d6e5b070fbe5
…uides/content/animate-text?hl=en (Animate text character-by-character).

This commit slightly modifies (makes buildable in our repo) the existing code on the current DAC page.

That code, in turn, was BNR's simplified version of Xoogler astamato's Medium article at https://medium.com/androiddevelopers/effective-state-management-for-textfield-in-compose-d6e5b070fbe5
# Conflicts:
#	compose/snippets/src/main/java/com/example/compose/snippets/text/TextSnippets.kt
Copy link

snippet-bot bot commented Sep 27, 2024

No region tags are edited in this PR.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@riggaroo riggaroo requested a review from thedmail September 27, 2024 12:35
@riggaroo riggaroo changed the base branch from main to validate-input September 27, 2024 12:36
Base automatically changed from validate-input to main October 1, 2024 12:20
@dturner dturner self-assigned this Oct 1, 2024
.fillMaxWidth()
.padding(6.dp)
.border(1.dp, Color.LightGray, RoundedCornerShape(6.dp))
.padding(6.dp),
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like the padding modifier is set twice.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is intentional to add the padding after and before the border :)

@riggaroo riggaroo merged commit 2db5704 into main Oct 1, 2024
4 checks passed
@riggaroo riggaroo deleted the feature/password branch December 10, 2024 14:56
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.

3 participants