tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
510 stars 34 forks source link

Use Proper Theme Mechanism for Composable Hierarchies #80

Closed tylerbwong closed 1 year ago

tylerbwong commented 3 years ago

Currently we're grabbing a lot of color and font resources manually within every new @Composable hierarchy. It would be nice to create a common StackTheme that we can wrap our hierarchies in to automatically propagate the correct styles to each component.