Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Theophrast authored Aug 23, 2017
1 parent 7d102d6 commit 06baa69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# FSDialog (Fullscreen Styled Dialog)
[![](https://jitpack.io/v/Theophrast/FSDialog.svg)](https://jitpack.io/#Theophrast/FSDialog)

##Description
## Description
Simple wrapper library for Android Dialog, looks like Fullscreen Dialog specified in Google Material Design.

## Requirements
Expand Down Expand Up @@ -75,7 +75,7 @@ Automatically dismiss the dialog on discard or confirm event (default true):

Set listeners for discard and confirm button:
```java
FSDialog.FsDialogBuilder builder = new FSDialog.FsDialogBuilder(this);
FSDialog.FsDialogBuilder builder = new FSDialog.FsDialogBuilder(this);
FSDialog dialog = builder.build();
dialog.show();

Expand Down

0 comments on commit 06baa69

Please sign in to comment.