Browse Source

README update.

Aidan Follestad 10 năm trước cách đây
mục cha
commit
0ea31da173
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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'