Search code examples
androidsettingspreference

Which Preference class I should use to get this view


How can I get this result?

  1. Rolling list

  2. Scroll bar

Whether any of the standard Preference classes like: -DialogPreference -EditTextPreference -MultiSelectListPreference -SwitchPreference -TwoStatePreference will allow me to do this? Or I need to use additional libraries?


Solution

  • 1) Use NumberPickerPreference

    2) Use SeekBarPreference