Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Jun 5, 2020
1 parent 9cb0ccb commit 8d540f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies {
implementation 'com.github.Dan629pl:NordanMaterialDialog:1.0.2'
}
```
<h2>Nordan Alert Dialog</h2>
<h1>Nordan Alert Dialog</h1>

<h1>Custom Dialog</h1>
<h3>Custom Dialog</h3>

```diff
new NordanAlertDialog.Builder(this)
Expand All @@ -32,7 +32,7 @@ dependencies {
.onNegativeClicked(() -> {/* Do something here */})
.build().show();
```
<h1>Minimal Dialog</h1>
<h3>Minimal Dialog</h3>

```diff
new NordanAlertDialog.Builder(this)
Expand All @@ -42,7 +42,7 @@ dependencies {
.onPositiveClicked(() -> {/* Do something here */})
.build().show();
```
<h1>Dialog with DialogType</h1>
<h3>Dialog with DialogType</h3>

```diff
new NordanAlertDialog.Builder(this)
Expand All @@ -56,7 +56,7 @@ dependencies {
.build().show();
```

<h2>Nordan Loading Dialog</h2>
<h1>Nordan Loading Dialog</h1>

```diff
NordanLoadingDialog.createLoadingDialog(this,"Loading...").show();
Expand Down

0 comments on commit 8d540f8

Please sign in to comment.