File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add this to your module's `build.gradle` file:
1010
1111``` gradle
1212dependencies {
13- ...
13+
1414 implementation 'com.github.professorDeveloper:Dialog-Library:1.0.1'
1515}
1616```
@@ -19,7 +19,7 @@ dependencies {
1919<h3 >Wifi Dialog</h3 >
2020
2121``` kotlin
22- .. .
22+
2323 val dialog = WifiDialog ()
2424 dialog.show(supportFragmentManager, " wifi_dialog" )
2525 dialog.createDialog(" Google wifi" , " Pixel 2 A" , " i929uui4ui" , " Wpa2" )
@@ -29,7 +29,7 @@ dependencies {
2929 }
3030 override fun cancelButtonClicked () {}
3131 })
32- .. .
32+
3333```
3434<h3 >Color Dialog</h3 >
3535
@@ -89,8 +89,7 @@ dependencies {
8989
9090## Screenshot
9191
92- ![ Dialogs] ( https://github.com/Dan629pl/NordanMaterialDialog/blob/master/img/dialogs.png )
93-
92+ ![ Untitled (2)] ( https://user-images.githubusercontent.com/108933534/222921972-fce8f015-48d6-4673-a444-792afda253b8.png )
9493
9594## License
9695
You can’t perform that action at this time.
0 commit comments