Skip to content

Commit

Permalink
fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
inferjay committed Oct 18, 2024
1 parent f6f64b4 commit 845af20
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ atlassian-ide-plugin.xml
# modules.xml
# *.ipr

site/
site/
.cache
2 changes: 1 addition & 1 deletion docs/components/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ III. 在 `layout.xml` 内的任意位置声明你的 `Button`

### 如何设置样式?

![raised-button-style-v2](https://www.materialdoc.com/images/raised-button-style-v2.png)
![raised-button-style-v2](https://materialdoc.cn/images/raised-button-style-v2.png)

I. 在你的 `styles.xml` 内定义自定义样式。

Expand Down
2 changes: 1 addition & 1 deletion docs/components/toolbars.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@ II. 通过 `style` 属性应用这个样式到你的 `Toolbar`。

!!! warning "翻译水平有限,欢迎批评指正"
原文作者:Saúl Molinero
原文地址:[Toolbars](http://www.materialdoc.com/components/toolbars/)
原文地址:[Toolbars](http://materialdoc.cn/components/toolbars/)
译者:[脉脉不得语](http://wwww.inferjay.com)
校对:[Ailurus](http://www.easydone.cn)
4 changes: 2 additions & 2 deletions docs/patterns/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ IV. 当没有使用 `setLargeIcon` 方法,而使用了 `setSmallIcon` 方法
![](/images/notification-5.png)

!!! warning
原文作者:[Saúl Díaz González](http://www.materialdoc.com/author/saul-diaz-gonzalez/)
原文作者:[Saúl Díaz González](http://materialdoc.cn/author/saul-diaz-gonzalez/)
翻译:[Ailurus](http://www.easydone.cn)

## Expanded Notifications Layouts
Expand Down Expand Up @@ -268,7 +268,7 @@ NotificationCompat.BigPictureStyle style
```

!!! note
Check how `NotificationCompat.Builder` are managed on the [basic notifications](http://www.materialdoc.com/notifications/) article.
Check how `NotificationCompat.Builder` are managed on the [basic notifications](http://materialdoc.cn/notifications/) article.

II. Add the image you want to display by using `BigPictureStyle.bigPicture` method. The format of the image must be a `Bitmap`.

Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ plugins:
- git-authors
- glightbox
- search
- social
- privacy

# Options
Expand Down

0 comments on commit 845af20

Please sign in to comment.