DroidKaigi / conference-app-2020

The Official Conference App for DroidKaigi 2020 Tokyo
https://droidkaigi.jp/2020/en/
Apache License 2.0
775 stars 327 forks source link

Text color in About page does not consider dark mode #686

Closed nashcft closed 4 years ago

nashcft commented 4 years ago

Overview (Required)

textColor for the texts in About page refers directly to color resources, so their color does not change according to the change of the app's theme.

Steps To Reproduce

  1. Go to 'Settings'
  2. Set theme to 'Dark'
  3. Go to 'About'

Expected behavior

Text color should be changed corresponding to selected color theme; i.e. use theme's color attribute for the value of textColor.

Screenshots

Light Dark
light dark

Env:

takahirom commented 4 years ago

Thanks for reporting!

clockvoid commented 4 years ago

I could fix it. The color of version number text was not destined, so I use white in dark mode. May I make PR with this result?

Light Dark
takahirom commented 4 years ago

@clockvoid 🙆