Skip to content

Commit

Permalink
## update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fawzy committed Oct 8, 2019
1 parent 465fa2e commit 5450e72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@ implementation 'com.dialog:plus:4+'
#### Note you can use CountryRepo to retrieve any country in any language using the country code
``` String arabicStr = new CountryRepo(MainActivity.this).getCounty("ar", 20).getName(); ```

### 2.12 Custom Layout Dialog:

```
new DialogPlusBuilder()
.buildCustomLayoutDialog(R.layout.custom_layout,BR.dataModel,dataModel)
.show(this.getSupportFragmentManager(), "Custom Layout Dialog");
```

### 3 Listeners:

```setDialogActionListener(DialogPlus.DialogActionListener)```
Expand Down

0 comments on commit 5450e72

Please sign in to comment.