I\'m trying to add an ImageView to a preference fragment in order to show a preview of a color setting. I\'m accessing the instance of the imageview via the onCreateView met
When you create a custom layot for a PreferenceActivity or a PreferenceFragment you must supply a ListView with id android.R.id.list where the Preferences go to.