am b8898d5f: Put app alls surface on top.

Merge commit 'b8898d5f8dfa71a8212dc502fda212b3ae029ad4'

* commit 'b8898d5f8dfa71a8212dc502fda212b3ae029ad4':
  Put app alls surface on top.
This commit is contained in:
Dianne Hackborn
2009-09-17 06:37:21 -07:00
committed by Android Git Automerger
@@ -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) {