Merge "HorizontalScrollView should delay child presses" into ics-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
b4529b0adc
@@ -696,6 +696,11 @@ public class HorizontalScrollView extends FrameLayout {
|
||||
return super.onGenericMotionEvent(event);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldDelayChildPressedState() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onOverScrolled(int scrollX, int scrollY,
|
||||
boolean clampedX, boolean clampedY) {
|
||||
|
||||
Reference in New Issue
Block a user