How to theme the colors of your Jetpack Compose app
- Published on
You do not need to import every single default icon in your Jetpack Compose app. Instead of copy pasting 🔎 ic_search or ❤️ ic_favorite, use Icons.Rounded.Add or Icons.Outlined.Favorite instead.
Discussion