Skip to content

Fixes for dark mode, needed after the UX Overhaul

Chirayu Desai requested to merge cde/fdroidclient:new-ui/dark-mode into master
  • Replace hardcoded color values with references to style.xml, which in turn has different values for light and dark theme.
  • Force reload the activity to get the theme applied.

TODO:

  • Swap uses it's own theme, need to figure out a way to handle that. Currently the main Nearby screen which you get to from the bottom navigation is ok, but anything after that is light / custom themed.

Fixes #907 (closed)

Merge request reports