Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bashizip committed Mar 1, 2019
1 parent f6a594e commit f96da5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -86,7 +86,7 @@ First Add the picker and the viewer you want to use in your layout files. The l

**The picker activity of fragment**


``` lang-java
BusinessHoursWeekPicker bh_picker = findViewById(R.id.bh_picker);
Button btn_apply = findViewById(R.id.btn_apply);
btn_apply.setOnClickListener(view -> {
Expand All @@ -96,7 +96,7 @@ First Add the picker and the viewer you want to use in your layout files. The l
// Here do your stuffs with the list
});
```

**The viewer activity or fragment**
Expand Down

0 comments on commit f96da5e

Please sign in to comment.