flow icon indicating copy to clipboard operation
flow copied to clipboard

Feat: Update primary color

Open Biowulf21 opened this issue 1 year ago • 1 comments

Hello @sadespresso, I have refactored my code to implement #105. Please do check it out.

I have found a small quirk with regards to keeping the primary color on the local storage though. Android seems to backup local storage - and by extension, the primary color - for devices with android API >= 23 even after uninstalls. There is a way to clear them by editing the AndroidManifest.xml file.

Let me know what your preference is with regards to this.

Thanks!

Biowulf21 avatar Mar 28 '24 13:03 Biowulf21

So there are several problems we have now:

  • The bottom navigation color is somehow inverted
  • As you can see in the picture below, the primary color does not have enough contrast with the background
  • Secondary color is not same hue as the primary color
  • The default primary color is not Flow's brand color
  • It's not really good idea to specify colors in each widgets when we can set it on the theme.

simulator_screenshot_28BF989C-30A0-4E65-8816-8CADE1F8477C

I think it's better to dynamically generate the color scheme, and reconstruct the theme from it.

I also think there are so many things need to be reconsidered before making any more progress.

Again, thank you for the implementation ^^

sadespresso avatar Mar 28 '24 13:03 sadespresso