Put app alls surface on top.

Change-Id: I21df2b38f9483ab61a51cd5a54f227b5759f4e5c
diff --git a/src/com/android/launcher2/AllAppsView.java b/src/com/android/launcher2/AllAppsView.java
index 7bb6c8f..f7908b6 100644
--- a/src/com/android/launcher2/AllAppsView.java
+++ b/src/com/android/launcher2/AllAppsView.java
@@ -130,6 +130,7 @@
         mConfig = ViewConfiguration.get(context);
         setOnClickListener(this);
         setOnLongClickListener(this);
+        setOnTop(true);
     }
 
     public AllAppsView(Context context, AttributeSet attrs, int defStyle) {