Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit c328f1f

Browse files
authoredJun 30, 2022
Add README to ComposeMail sample
1 parent 6ca0ac7 commit c328f1f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
 

‎demoProjects/ComposeMail/README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## ComposeMail Sample
2+
Sample project that demonstrates the use of MotionLayout for a Mail client application.
3+
4+
Includes an example of how to use MotionLayout with the paging library.
5+
## ComposeMail Overview
6+
-----------------------------
7+
8+
### App Demo
9+
https://user-images.githubusercontent.com/61845568/176751838-834cdd38-e942-45b6-84a6-92e9d51adf0f.mp4
10+
11+
### Mail Item - [Composable](https://github.com/androidx/constraintlayout/blob/229131491d82ff88cfe65bcaa0de436e9aeb4650/demoProjects/ComposeMail/app/src/main/java/com/example/composemail/ui/mails/MailItem.kt#L70)
12+
https://user-images.githubusercontent.com/61845568/176752054-d8791336-244e-4037-83f3-1d7204fd7562.mp4
13+
14+
### New Mail Button - [Composable](https://github.com/androidx/constraintlayout/blob/229131491d82ff88cfe65bcaa0de436e9aeb4650/demoProjects/ComposeMail/app/src/main/java/com/example/composemail/ui/newmail/NewMail.kt#L321)
15+
https://user-images.githubusercontent.com/61845568/176752227-b79298ee-b4cb-4b2e-a39a-5baf73cc569a.mp4
16+
17+
## Contributing
18+
19+
If you'd like to get involved and contribute please read [CONTRIBUTING](https://github.com/androidx/constraintlayout/blob/main/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
20+
21+
## Authors
22+
23+
- **Oscar Adame** ([oscar-ad](https://github.com/oscar-ad))
24+
25+
See also the list of [contributors](https://github.com/androidx/constraintlayout/graphs/contributors) who participated in this project.
26+
27+
## License
28+
29+
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/androidx/constraintlayout/blob/main/LICENSE) file for details

0 commit comments

Comments
 (0)