lewisjdeane / L-Dialogs

A small library replicating the new dialogs in android L.
567 stars 100 forks source link

Choice Mode for CustomListDialog #35

Open ruqqq opened 10 years ago

ruqqq commented 10 years ago

Is it possible to implement a multi choice list view and also a single choice list view? I tried using dialog.getListView().setChoiceMode() but it didn't work.