-
Notifications
You must be signed in to change notification settings - Fork 568
minor improvement in refreshItemView function and set OnClickListener on TextView item #28
New issue
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
base: master
Are you sure you want to change the base?
Conversation
|
public static final int OFF_SET_DEFAULT = 2; 设置OFF_SET_DEFAULT=2,将组件滚动到最后一个,出现报错: 能不能帮忙提供思路 Set OFF_SET_DEFAULT=2 and scroll the component to the last one, and an error message appears Can you help with ideas |
|
我设计的代码: public class WheelView extends ScrollView { // Log.d(TAG, "向下滚动"); } |
added itemIndex parameter to createView function
initData function has been modified
in createView function setOnClickListener added to tv object