steve1rm / BusbySurvey

Fetches and conducts a user suvery
MIT License
0 stars 0 forks source link

Uncompleted Compose theme setup #21

Open luongvo opened 1 month ago

luongvo commented 1 month ago

Modular is a good practice to build a good project structure. I see the project has the app and presentation modules which is nice to separate the features into smaller modules. However, I'm seeing the same Compose theme setup from these 2 modules.

https://github.com/steve1rm/BusbyNimbleSurvey/tree/master/app/src/main/java/me/androidbox/busbynimblesurvey/ui/theme https://github.com/steve1rm/BusbyNimbleSurvey/tree/master/presentation/src/main/java/me/androidbox/presentation/ui/theme

steve1rm commented 1 month ago

@luongvo The application should have just one theme. Which should reside in the Presentation module.