Draw glow along screen edge when dragging in portrait.
This commit is contained in:
@@ -327,6 +327,10 @@ public class CellLayout extends ViewGroup implements Dimmable {
|
||||
}
|
||||
}
|
||||
|
||||
public boolean getHover() {
|
||||
return mHover;
|
||||
}
|
||||
|
||||
public void drawChildren(Canvas canvas) {
|
||||
super.dispatchDraw(canvas);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user