Aidan Follestad 9 年之前
父節點
當前提交
0e38df5e20

+ 4 - 0
commons/src/main/java/com/afollestad/materialdialogs/simplelist/MaterialSimpleListAdapter.java

@@ -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 {