LISTEN-moe / android-app

Official LISTEN.moe Android app
https://github.com/LISTEN-moe/android-app#download
MIT License
248 stars 25 forks source link

Specify colors of a number of UI elements #41

Closed Irishsmurf closed 4 years ago

Irishsmurf commented 4 years ago

This fixes a number of broken UI elements in Android Q's Light/Dark mode. Due the reliance on default colours - these UI elements currently.

This should fix the UI elements mentioned in issue #40

Tested visually:

arkon commented 4 years ago

We should actually switch away from using the DayNight theme since the app doesn't actually have a light theme anyway.

Irishsmurf commented 4 years ago

I've removed the reference to the DayNight theme, and replaced it with the Light theme.

Tested visually.

arkon commented 4 years ago

Thanks!