Merge "Visual changes to recent apps" into ics-mr0

This commit is contained in:
Michael Jurka
2011-10-18 11:49:57 -07:00
committed by Android (Google) Code Review
11 changed files with 83 additions and 22 deletions

View File

@@ -230,7 +230,7 @@ public class RecentsPanelView extends RelativeLayout
public void handleShowBackground(boolean show) {
if (show) {
mRecentsScrim.setBackgroundResource(R.drawable.status_bar_recents_background);
mRecentsScrim.setBackgroundResource(R.drawable.status_bar_recents_background_solid);
} else {
mRecentsScrim.setBackgroundDrawable(null);
}

View File

@@ -83,7 +83,7 @@ public class RecentsScrollViewPerformanceHelper {
mLinearLayout = layout;
mAttachedToWindow = true;
mBackgroundDrawable = mContext.getResources()
.getDrawable(R.drawable.status_bar_recents_background).getConstantState();
.getDrawable(R.drawable.status_bar_recents_background_solid).getConstantState();
updateShowBackground();
}