|
@@ -19,6 +19,10 @@ import com.afollestad.materialdialogs.commons.R;
|
|
|
import com.afollestad.materialdialogs.internal.MDAdapter;
|
|
|
|
|
|
/**
|
|
|
+ * See the sample project to understand how this is used.
|
|
|
+ * <p/>
|
|
|
+ * Mimics the Simple List dialog style displayed on Google's guidelines site: https://www.google.com/design/spec/components/dialogs.html#dialogs-simple-dialogs
|
|
|
+ *
|
|
|
* @author Aidan Follestad (afollestad)
|
|
|
*/
|
|
|
public class MaterialSimpleListAdapter extends ArrayAdapter<MaterialSimpleListItem> implements MDAdapter {
|