Merge "Visual changes to recent apps" into ics-mr0
This commit is contained in:
committed by
Android (Google) Code Review
commit
6d9d17fdd2
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user