Has anyone tried material expressive (material3 al...
# compose
a
Has anyone tried material expressive (material3 alpha)?
I’ve been trying out Compose Material3 Expressive with the alpha version, but I noticed that the
Icons
class is now internal and can no longer be accessed. Additionally, the new
TopSearchBar
composable has been introduced. According to the documentation, it returns a lambda with the
SearchResults
class, but the
SearchResults
class is package-protected and not accessible.
z
I believe i recall seeing that Icons is deprecated, I may be wrong though