Created
May 10, 2020 16:37
-
-
Save sagar2093/2592c1b6b5397986e23fbe772752ad24 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
@Preview | |
@Composable | |
private fun UniversityCardPreview() { | |
val university = University(uniName = "Harvard University", uniAddress = "United States") | |
MaterialTheme { | |
UniversityCard(university) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment