Exactly what the toucan said, but for further clarification (comment restrictions are too short):
, Gallery , . scrollToChild() :
private boolean scrollToChild(int childPosition) {
View child = getChildAt(childPosition);
if (child != null) {
int distance = getCenterOfGallery() - getCenterOfView(child);
mFlingRunnable.startUsingDistance(distance);
return true;
}
return false;
}
, , . , ( ), , onKeyDown, - .
, , . - setSpacing(-1) - , , .
, , ( Android, ). , .
( 2012):. ( , , ), Android ViewPager class. , , ( , ). , Android 2.x +, .