nibuen / SpaceAlertMissionGenerator

Mission Generator For Space Alert Board Game On Android
https://blog.iterary.com/
MIT License
15 stars 9 forks source link

SeekBarPreference illegible with light theme #36

Closed kuhrusty closed 4 years ago

kuhrusty commented 4 years ago

On my Android 9 phone, the theme is now light, so the background of the SeekBarPreference window is white, so the android:textColor="@color/white_color" in dialog_slider.xml no longer shows up.

(If I could go back to the old dark theme, I'd prefer it! but I get the impression I can't do that unless I have an Android 10 device.)

ss1 25

nibuen commented 4 years ago

I think i can make it default pre Android 10 devices, I agree let me figure out how to do that as well as fixing this