File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/ )
24Show 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+ ```
You can’t perform that action at this time.
0 commit comments