From b8898d5f8dfa71a8212dc502fda212b3ae029ad4 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Mon, 14 Sep 2009 22:30:18 -0700 Subject: [PATCH] Put app alls surface on top. Change-Id: I21df2b38f9483ab61a51cd5a54f227b5759f4e5c --- src/com/android/launcher2/AllAppsView.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/android/launcher2/AllAppsView.java b/src/com/android/launcher2/AllAppsView.java index 7bb6c8fd00..f7908b6b5a 100644 --- a/src/com/android/launcher2/AllAppsView.java +++ b/src/com/android/launcher2/AllAppsView.java @@ -130,6 +130,7 @@ public class AllAppsView extends RSSurfaceView mConfig = ViewConfiguration.get(context); setOnClickListener(this); setOnLongClickListener(this); + setOnTop(true); } public AllAppsView(Context context, AttributeSet attrs, int defStyle) {