Merge "Fxing issues with the scroll bar"

This commit is contained in:
Winson Chung
2011-07-20 09:26:48 -07:00
committed by Android (Google) Code Review
12 changed files with 133 additions and 80 deletions
+7
View File
@@ -3334,4 +3334,11 @@ public class Workspace extends SmoothPagedView
public void getLocationInDragLayer(int[] loc) {
mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
}
/**
* Return true because we want the scrolling indicator to stretch to fit the space.
*/
protected boolean hasElasticScrollIndicator() {
return true;
}
}