does not have decoration APIs like Recycler View.
Is it a conscious design call to not have decoration APIs?
(If yes, then what is the design thought process for this?)
z
Zach Klippenstein (he/him) [MOD]
02/04/2025, 6:02 PM
What are you trying to do that you’re looking for decoration API’s? It’s a lot easier to decorate things in compose with modifiers and wrapper Composables then it was to do that with views.