mirror of
https://github.com/leaf-wai/StackLayoutManager.git
synced 2026-03-15 17:12:51 +08:00
Update README.md
This commit is contained in:
@ -92,8 +92,8 @@ manager.setPagerFlingVelocity(3000);
|
||||
mStackLayoutManager.setItemChangedListener(new StackLayoutManager.ItemChangedListener() {
|
||||
@Override
|
||||
public void onItemChanged(int position) {
|
||||
mToast.setText("first visible item position is " + position);
|
||||
mToast.show();
|
||||
mToast.setText("first visible item position is " + position);
|
||||
mToast.show();
|
||||
}
|
||||
});
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user