gregkorossy/Android-Support-Preference-V7-Fix

SimpleMenu not support for dark mode

Closed this issue · 3 comments

tcqq commented

@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

Will be fixed in the next release.

Fixed in v27.1.1.1.

tcqq commented

Thanks:)