billthefarmer / gurgle

Fairly simple android word game
https://billthefarmer.github.io/gurgle/
GNU General Public License v3.0
54 stars 18 forks source link

Toasts are unreadable #43

Closed ayesc9000 closed 2 years ago

ayesc9000 commented 2 years ago

No matter what theme is selected, the text color of the toast messages is the same as the background, making them unreadable.

Using a Pixel 5 running Android 13 Beta 4 with system dark theme enabled.

Screenshot_20220720-164413

billthefarmer commented 2 years ago

I haven't tested android 13, it looks to me like an android own goal because toasts up to android 12 ignore themes, always have the same style regardless. I will investigate.

I have tested this using both this app and one of my other apps that uses toasts. Using the light theme, toasts work correctly, but in a dark theme, toasts are white on white in android 13 beta. All the themes in this app are based on the android dark theme, so hopefully Google will fix it in the android 13 production version. I can't fix it in the app.