Ver Fonte

README update.

Aidan Follestad há 10 anos atrás
pai
commit
0ea31da173
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -83,6 +83,8 @@ repositories {
 
 ### Core
 
+Contains all the major classes of this library, including `MaterialDialog` and `AlertDialogWrapper`.
+
 ```gradle
 dependencies {
     compile 'com.afollestad:material-dialogs:core:0.8.0.0'
@@ -91,6 +93,9 @@ dependencies {
 
 ### Commons
 
+Contains extensions to the library that not everyone may need. This includes the `ColorChooserDialog`,
+the Material `Preference` classes, and `MaterialSimpleListAdapter`/`MaterialSimpleListItem`.
+
 ```gradle
 dependencies {
     compile 'com.afollestad:material-dialogs:commons:0.8.0.0'