Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added two snippets for showcasing how to do Masking and Clipping in Compose (#362) * Code snippet for Compose doc at https://developer.android.com/quick-guides/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 * Code snippet for Compose doc at https://developer.android.com/quick-guides/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 * Apply Spotless * Fix email input snippet * Migrate to use BasicSecureTextField. * Updated to use BasicSecureTextField. * Added clipping and faded edge examples * Apply Spotless * Clean up snippet * Clean up snippet --------- Co-authored-by: dmail <dmail@google.com> Co-authored-by: thedmail <thedmail@users.noreply.github.com> Co-authored-by: riggaroo <riggaroo@users.noreply.github.com> * 🤖 Update Dependencies (#366) * Add Material Carousel (#363) * Add Carousel * Apply Spotless * add to components * Apply Spotless * Clean up landing screens, using Scaffold and list items. * Apply Spotless * Review comments --------- Co-authored-by: riggaroo <riggaroo@users.noreply.github.com> --------- Co-authored-by: Rebecca Franks <riggaroo@google.com> Co-authored-by: dmail <dmail@google.com> Co-authored-by: thedmail <thedmail@users.noreply.github.com> Co-authored-by: riggaroo <riggaroo@users.noreply.github.com>
- Loading branch information