Hi Everyone, I want to create separate Compose Component Library and then use it in my Project, in some case i want to override the compose component from Product app. can anyone help me in this case
d
Dominaezzz
08/04/2021, 10:38 AM
Override?
n
Napa Ram
08/04/2021, 10:50 AM
@Dominaezzz Suppose i created one library in which i have all my Costome UI components, now when i use that library in product app that time i want to override some of feature like changing color or text size
Napa Ram
08/04/2021, 10:51 AM
so basically using xml if we use same xml in product app and then change color or size but not sure how to do in compose