Follow changed API.

Change-Id: If4e9190b1dec55f75b5b9283563ef47573053c32
This commit is contained in:
Dianne Hackborn
2009-09-30 22:36:20 -07:00
parent 28870b75a7
commit e52a1b5909

View File

@@ -129,7 +129,7 @@ public class AllAppsView extends RSSurfaceView
mConfig = ViewConfiguration.get(context);
setOnClickListener(this);
setOnLongClickListener(this);
setOnTop(true);
setZOrderOnTop(true);
getHolder().setFormat(PixelFormat.TRANSLUCENT);
}