am 799e00f7: Merge "Use different cling for custom workspace" into jb-dev

* commit '799e00f71df331d2e715b8f2c167f945b07511b9':
  Use different cling for custom workspace
This commit is contained in:
Andrew Flynn
2012-05-18 14:21:41 -07:00
committed by Android Git Automerger
+3 -2
View File
@@ -186,11 +186,12 @@ public class Cling extends FrameLayout {
mDrawIdentifier.equals(ALLAPPS_LARGE)) {
mBackground = getResources().getDrawable(R.drawable.bg_cling2);
} else if (mDrawIdentifier.equals(FOLDER_PORTRAIT) ||
mDrawIdentifier.equals(FOLDER_LANDSCAPE) ||
mDrawIdentifier.equals(WORKSPACE_CUSTOM)) {
mDrawIdentifier.equals(FOLDER_LANDSCAPE)) {
mBackground = getResources().getDrawable(R.drawable.bg_cling3);
} else if (mDrawIdentifier.equals(FOLDER_LARGE)) {
mBackground = getResources().getDrawable(R.drawable.bg_cling4);
} else if (mDrawIdentifier.equals(WORKSPACE_CUSTOM)) {
mBackground = getResources().getDrawable(R.drawable.bg_cling5);
}
}
if (mBackground != null) {