Skip to content

Commit ba6ab94

Browse files
author
zengsong
committed
update sample code
1 parent be03f45 commit ba6ab94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/bigkoo/pickerviewdemo/MainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ public void onOptionsSelectChanged(int options1, int options2, int options3) {
433433
Toast.makeText(MainActivity.this, str, Toast.LENGTH_SHORT).show();
434434
}
435435
})
436+
.setItemVisibleCount(5)
436437
// .setSelectOptions(0, 1, 1)
437438
.build();
438439
pvNoLinkOptions.setNPicker(food, clothes, computer);

0 commit comments

Comments
 (0)