未验证 提交 165eb41d 编写于 作者: A Aidan Follestad 提交者: GitHub

Update INPUT.md

上级 e396bdce
......@@ -29,7 +29,7 @@ dependencies {
You can setup an input dialog using the `input` extension on `MaterialDialog`:
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/input.png" width="250px" />
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/input.png" width="250px" />
```kotlin
MaterialDialog(this).show {
......@@ -138,7 +138,7 @@ MaterialDialog(this).show {
You can set a max length which makes a character counter visible, and disables the positive action
button if the input length goes over that:
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/input_max_length.png" width="250px" />
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/input_max_length.png" width="250px" />
```kotlin
MaterialDialog(this).show {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册