Skip to content
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

Add support for drawable res icons instead of just ImageVector #1

Closed
savvasdalkitsis opened this issue Jul 15, 2022 · 0 comments · Fixed by #2
Closed

Add support for drawable res icons instead of just ImageVector #1

savvasdalkitsis opened this issue Jul 15, 2022 · 0 comments · Fixed by #2

Comments

@savvasdalkitsis
Copy link
Contributor

The current api only accepts ImageVector for items:

fun RowScope.BubbleNavigationBarItem(
    icon: ImageVector,

the Icon composable also takes a painter which can be provided by a drawable resource so this would be helpful to have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant