Skip to content
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

在android4.1系统上不能滑动 列表也不能点击 不知道是什么原因? #9

Open
dzwillpower opened this issue Jul 6, 2013 · 3 comments

Comments

@dzwillpower
Copy link

在android4.1系统上不能滑动 列表也不能点击 不知道是什么原因?

@zmywly8866
Copy link

我也遇到了这个问题,没弄好。

@jimzhaoxiaojun
Copy link

我的手机也是这个问题,4.1.2的。

@jimzhaoxiaojun
Copy link

在pulltorefresh那个控件里加上加上super.onAttachedToWindow()就可以了
@OverRide
protected void onAttachedToWindow() {
super.onAttachedToWindow();
setSelection(1);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants