Android: Creating custom preference
Is it possible to create an individual preference in an PreferenceScreen ? I would like to code color settings like that: I know that choosing the color is easy realizable with the ListPreference , but it would be awesome with that kind of "checkboxes". Dave The Android Developer page only shows how to make a DialogFragment . It's still possible to customise the appearance of a Preference item though. In your XML you have to declare the root element as android:id="@android:id/widget_frame , and then declare TextView as android:title and android:summary . You can then declare other elements you