Created
September 27, 2020 09:01
-
-
Save catalinghita8/e7527bbb1674184868cc41b52b8a98c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Composable | |
| fun ProfileCardComposable() { | |
| Row() { | |
| ProfilePictureComposable() | |
| ProfileContentComposable() | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment