-
Notifications
You must be signed in to change notification settings - Fork 26
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
Android: GridViews and NavigationViews #144
Conversation
Merge #149 First!!! |
Huh... I merged #149 first but it says there are conflicts 😂 |
containerColor = containerColor, | ||
contentColor = contentColor, | ||
elevation = elevation) { | ||
Icon(imageVector = Icons.Filled.Add, contentDescription = "Zoom In") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll only comment on one occurrence, but we make all of these string resources for localization at some point. Tracked in #151.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooh! I really like this design! Keeps all the details out in a separate file.
TODO BEFORE MERGE
Closes #135
Closes #136