io7m / android

The Android client for Library Simplified
Other
0 stars 0 forks source link

Remove last traces of account-specific branding #18

Closed io7m closed 6 years ago

io7m commented 6 years ago

It no longer makes sense for different accounts to get different action bar and text colors. Any reference to mainColor from the account provider configuration should be audited and most likely removed.

io7m commented 6 years ago

This is done.

To bring back account-specific branding, it'll be necessary to construct themes/styles at runtime instead of having them defined in XML (because those themes might be coming from a remote server).