Skip to content

Commit

Permalink
update sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
zengsong committed Oct 20, 2019
1 parent be03f45 commit ba6ab94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ public void onOptionsSelectChanged(int options1, int options2, int options3) {
Toast.makeText(MainActivity.this, str, Toast.LENGTH_SHORT).show();
}
})
.setItemVisibleCount(5)
// .setSelectOptions(0, 1, 1)
.build();
pvNoLinkOptions.setNPicker(food, clothes, computer);
Expand Down

0 comments on commit ba6ab94

Please sign in to comment.