How can I create a ListPreference with checkbox?
I know how to use ListPreference, but I need multiple selection like in Alarm application on "repeat" preference.
like this screenshot:

|
How can I create a like this screenshot:
|
||||
|
|
|
Here is a custom preference that's just what you're looking for: http://blog.350nice.com/wp/archives/240 |
|||
|
|
|
Since API 11 you can use MultiSelectListPreference
|
|||
|
|
|
There is no built-in preference for that AFAIK. You could create your own custom |
|||
|
|