PreferenceFragmentCompat requires preferenceTheme to be set

The sample project can be found here The bugfix is available as a gradle dependency Now one can use the library pretty easy. Here are quickest way to do so, but you should check out the README for more info. 1. Update your module’s gradle file: compile ‘com.takisoft.fix:preference-v7:27.0.0.0’ 2. Use the appropriate class as your … Read more