Does anyone know how to change the color of the divider in Android PreferenceActivity?
PreferenceActivity.getListView().setDivider(Drawable divider);
Where the separator - is a drawing that can be shape, color, gradient, image(png, etc.).
shape
color
gradient
image