Draw glow along screen edge when dragging in portrait.

This commit is contained in:
Patrick Dubroy
2010-11-03 22:12:02 -07:00
parent 68846fdce6
commit 0207c52247
5 changed files with 36 additions and 4 deletions

View File

@@ -327,6 +327,10 @@ public class CellLayout extends ViewGroup implements Dimmable {
}
}
public boolean getHover() {
return mHover;
}
public void drawChildren(Canvas canvas) {
super.dispatchDraw(canvas);
}