jenzz/Android-MaterialPreference

ListPreference MultiSelectListPreference

askfor opened this issue · 3 comments

Would you add support for ListPreference and MultiSelectListPreference ?
Thanks

Hi @askfor

As I mentioned in the README, I'm currently using the material-dialogs library for any popup / dialog related preferences.
So I'm not planning to re-implement them, but feel free to send a pull request. 😃

Thanks, material-dialogs has MultiSelectListPreference now :)

About this same issue: I'm mixing preference classes from material-dialogs with yours, but they come out with different style (colors, margins). Is there a way to use the same theme from your library (which seems the most material-compliant)?