I am trying to figure out why I am getting this error:
java.lang.IllegalStateException: Must specify preferenceTheme in theme
at android.support.v7.preferenc
Thanks to the solution that @Panther suggested. All I had to do is to add this line
to my Application Theme and not just the theme of the individual activity that is showing my PreferenceFragment like that:
Alternatively you can use
to achieve modern material look.