I would like to get View instance that is used to display specific Preference in my PreferenceActivity, so i can modify its properties, for example:
public
I'm not sure on how to get the view for a preference, but if you want to remove the view from the screen (set visibility to View.gone) you can use the following:
getPreferenceScreen().removePreference(thePreference)