<Applying a style/theme to one module only> I'm cr...
# stackoverflow
u
Applying a style/theme to one module only I'm creating a first multi-module application, which consists of 4 modules: app domain data presentation the app module contains it's own separate "themes.xml", but I cannot use that inside of presentation module (cause it is not a shared module, and I don't want to make it a shared module) Is there a way to create a separate themes only for the presentation package? and how does one apply it to a fragment?