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 f96da5e commit 99457dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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** **The picker activity of fragment**


``` lang-java ```java
BusinessHoursWeekPicker bh_picker = findViewById(R.id.bh_picker); BusinessHoursWeekPicker bh_picker = findViewById(R.id.bh_picker);
Button btn_apply = findViewById(R.id.btn_apply); Button btn_apply = findViewById(R.id.btn_apply);
btn_apply.setOnClickListener(view -> { btn_apply.setOnClickListener(view -> {
Expand Down

0 comments on commit 99457dc

Please sign in to comment.