gregkorossy / Android-Support-Preference-V7-Fix

Android androidx.preference support library has some issues, this lib tries to fix them.
https://discord.gg/87NVsSK
Apache License 2.0
497 stars 46 forks source link

SimpleMenu not support for dark mode #152

Closed tcqq closed 6 years ago

tcqq commented 6 years ago

@Gericop I changed

    <style name="Theme.MyTheme" parent="@style/PreferenceFixTheme.Light.NoActionBar">
    </style>

to

    <style name="Theme.MyTheme" parent="@style/PreferenceFixTheme.NoActionBar">
    </style>

But the background color of "SimpleMenu" has not changed.

image

gregkorossy commented 6 years ago

Will be fixed in the next release.

gregkorossy commented 6 years ago

Fixed in v27.1.1.1.

tcqq commented 6 years ago

Thanks:)