Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kal72 committed Oct 29, 2017
1 parent 069dadb commit 16293bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ How to use :
}
}).show();
```
adding .setPositiveText(String text) or .setNegativeText(String Text) to change the text of a button.
adding .setLocale(Locale.ENGLISH) to change language.
adding .setPositiveText(String text) or .setNegativeText(String Text) to change the text of a button.<br />
adding .setLocale(Locale.ENGLISH) to change language.<br />
adding .setColorTheme(R.color.primary) to change color theme.<br />
adding .setSelectedMonth(4) to change default month selected.

Once the dialog is shown, you can dismiss it:
```java
Expand Down

0 comments on commit 16293bc

Please sign in to comment.