Fxing issues with the scroll bar

- Removing track from AllApps
- Scrollbar should reach edge of track now
- Fixing flashing when going from AppsCustomize to workspace and switching tabs in AppsCustomize

Change-Id: Id69bd04dc503608566c3a33a1344904e3db383bf
This commit is contained in:
Winson Chung
2011-07-19 15:47:55 -07:00
parent 95383fe41d
commit 32174c878c
12 changed files with 133 additions and 80 deletions
+7
View File
@@ -3339,4 +3339,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;
}
}