Bladeren bron

README update.

Aidan Follestad 10 jaren geleden
bovenliggende
commit
e15c85522d
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -214,8 +214,8 @@ new MaterialDialog.Builder(this)
 ```
 
 Where `custom_view.xml` contains a LinearLayout of TextViews, an EditText, and a CheckBox. You'll see in
-the sample project that you don't need to add padding to the left or right of your custom view, the dialog
-already does that; you only need padding on the top and bottom. Note that your custom view's top and bottom
+the sample project that you don't need to add padding to the edges of your custom view, the dialog
+already does that. Note that your custom view's top and bottom
 margins will be overrided; if your custom view is a ViewGroup (e.g. a LinearLayout or RelativeLayout),
 then the first and last child's top and bottom will be overided.