Skip to content

Commit bb4e73b

Browse files
committed
updated readme
1 parent 080212e commit bb4e73b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# :cyclone:MaterialToast
2+
3+
[ ![Download](https://api.bintray.com/packages/skyways/MaterialToast/MaterialToast/images/download.svg?version=1.0) ](https://bintray.com/skyways/MaterialToast/MaterialToast/1.0/link) [![CircleCI](https://circleci.com/gh/circleci/circleci-docs.svg?style=shield)](https://app.circleci.com/pipelines/github/skyways/MaterialToast/)
24
Show multi-colored Toast messages in android
35

46
**It supports the following Toasts**
@@ -23,6 +25,8 @@ Show multi-colored Toast messages in android
2325
MaterialToast.show(this, MaterialToast.SUCCESS, "success", MaterialToast.LONG)
2426
```
2527
### Warning Toast:yellow_heart:
28+
![image](https://github.com/skyways/materialtoast/blob/master/art/warning.jpg)
29+
2630
```kotlin
2731
MaterialToast.show(this, MaterialToast.WARNING, "Warning", MaterialToast.LONG)
2832
```
@@ -39,4 +43,7 @@ Show multi-colored Toast messages in android
3943
MaterialToast.show(this, MaterialToast.DEFAULT, "Default", MaterialToast.LONG)
4044
```
4145

42-
### Install through gradle
46+
### Install through gradle
47+
```gradle
48+
implementation 'com.materialtoast:MaterialToast:1.0'
49+
```

0 commit comments

Comments
 (0)