How to manage dividers in a PreferenceFragment?
问题 I started dealing with preferences in a PreferenceFragment . Here's what I have: I'm trying to: get rid of the dividers between items. I suppose this can be defined from styles, but I can't figure out how. I tried getting the preference ListView at runtime calling findViewById(android.R.id.list) , as I read somewhere, but it returns null. set new, full width dividers right on top of the headers, as seen here. For example in this case I want a full width divider right above "Statistiche", but