Tweaking the scroll indicators with new assets and sizing.

- Showing the scroll indicators when changing between workspace/apps customize

Change-Id: I791c09b76deb00108c466f08ae3c29b19d77c4d8
This commit is contained in:
Winson Chung
2011-06-30 17:39:37 -07:00
parent 04dc2bc613
commit 3ac74c55cf
12 changed files with 93 additions and 15 deletions
-3
View File
@@ -1381,9 +1381,6 @@ public class Workspace extends SmoothPagedView
// Stop any scrolling, move to the current page right away
setCurrentPage((mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage);
// Hide the scrollbar
hideScrollingIndicator(true);
CellLayout currentPage = (CellLayout) getChildAt(mCurrentPage);
if (currentPage == null) {
Log.w(TAG, "currentPage is NULL! mCurrentPage " + mCurrentPage