Adding Support for Image Vectors as Icons
Closed this issue · 1 comments
Hello everyone,
I propose adding support for image vectors as icons in the AnimatedSmoothBottomNavigation-JetpackCompose library. Currently, the library only supports drawable resources for icons. By adding support for image vectors, we can provide users with more flexibility and options for customizing their navigation icons.
Proposed Changes:
Modify icon handling to support loading image vectors.
Implement a mechanism for users to specify image vectors as icons.
Update documentation to reflect the changes and provide guidance to users.
Why It's Important:
Allows users to use image vectors for icons, providing more flexibility and customization options.
Aligns the library with modern Android development practices, where image vectors are increasingly used for UI elements.
How You Can Help:
Provide feedback on the proposed changes.
Test the updated functionality and report any bugs or issues.
Contribute code or documentation improvements to support the implementation.
duplicate