We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
banner.setBannerCurrentItem(banner.getBannerCurrentItem() + 1, true);这样做的话,到了最后一个就不能往下了。 但是banner.setBannerCurrentItem(banner.getBannerCurrentItem() - 1, true);这样可以一直往左划,没有影响
The text was updated successfully, but these errors were encountered:
根据自己的逻辑判断一下,到最后一个,就切换下标
Sorry, something went wrong.
我的确这么做了,但是切换到第一个的时候,他没有放大(本来选中的是比其他未选中的更大的),而是和其它Item一样是小的,继续点的时候会变大一下然后变小
No branches or pull requests
banner.setBannerCurrentItem(banner.getBannerCurrentItem() + 1, true);这样做的话,到了最后一个就不能往下了。
但是banner.setBannerCurrentItem(banner.getBannerCurrentItem() - 1, true);这样可以一直往左划,没有影响
The text was updated successfully, but these errors were encountered: