I change color PreferenceScreen with this code.But how get Preference Screen in main Preference activity and change Preference Screen color ???
getListView().setBackgroundColor(Color.TRANSPARENT);
getListView().setCacheColorHint(Color.TRANSPARENT);
getListView().setBackgroundColor(Color.rgb(4, 26, 55));