Hello, when using your library if the app theme is set to anything other than Theme.AppCompat and the preference screen contains an EditTextPreference when highlighting text the action bar context menu items are invisible because they are the same color as the action bar:


If you change the theme to Theme.AppCompat everything works fine:

I wrote a sample application to reproduce this issue:
https://github.com/wseemann/PreferenceTest
Hello, when using your library if the app theme is set to anything other than
Theme.AppCompatand the preference screen contains anEditTextPreferencewhen highlighting text the action bar context menu items are invisible because they are the same color as the action bar:If you change the theme to
Theme.AppCompateverything works fine:I wrote a sample application to reproduce this issue:
https://github.com/wseemann/PreferenceTest