瀏覽代碼

Default corners radius: update documentation (#1945)

Signed-off-by: enricocid <enrico2588@gmail.com>
Enrico D'Ortenzio 5 年之前
父節點
當前提交
35ea27ddff
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      documentation/BOTTOMSHEETS.md
  2. 1 1
      documentation/CORE.md

+ 1 - 1
documentation/BOTTOMSHEETS.md

@@ -133,7 +133,7 @@ This is taken from the core module documentation. I'm reiterating it here to mak
 know that it is possible, since it's more common to use rounding with bottom sheets than regular 
 modal dialogs.
 
-Corner radius can be globally changed with an attribute in your app theme. It defaults to 2dp:
+Corner radius can be globally changed with an attribute in your app theme. It defaults to 4dp:
 
 ```xml
 <style name="AppTheme.Custom" parent="Theme.AppCompat">

+ 1 - 1
documentation/CORE.md

@@ -563,7 +563,7 @@ Corner radius is the rounding of dialog corners:
 
 <img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/customtheme.png" width="250px" />
 
-it can be changed with an attribute in your app theme. It defaults to 2dp:
+it can be changed with an attribute in your app theme. It defaults to 4dp:
 
 ```xml
 <style name="AppTheme.Custom" parent="Theme.AppCompat">